|
|
|
|
@ -116,14 +116,14 @@ export default {
|
|
|
|
|
icon: "",
|
|
|
|
|
label: "用户名",
|
|
|
|
|
result: that.userinfo.userName,
|
|
|
|
|
path: "/root/person/change?title=设置用户名&remark=好的花名,让团队成员更好记住你&value=" + that.userinfo.userName,
|
|
|
|
|
path: "/root/person/changeUser?title=设置用户名&remark=好的花名,让团队成员更好记住你&value=" + that.userinfo.userName,
|
|
|
|
|
tip: "username",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: "",
|
|
|
|
|
label: "手机号",
|
|
|
|
|
result: that.userinfo.tel,
|
|
|
|
|
path: "/root/person/change?title=设置手机号&remark=&value=" + that.userinfo.tel,
|
|
|
|
|
path: "/root/person/changeUser?title=设置手机号&remark=&value=" + that.userinfo.tel,
|
|
|
|
|
tip: "mobile",
|
|
|
|
|
},
|
|
|
|
|
];
|
|
|
|
|
|