|
@@ -255,15 +255,16 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
saveClientId() {
|
|
|
- var info = plus.push.getClientInfo();
|
|
|
- var cid = info.clientid;
|
|
|
- this.$http
|
|
|
- .get("/sys/user/saveClientId", { params: { clientId: cid } })
|
|
|
- .then((res) => {
|
|
|
- console.log("res::saveClientId>", res);
|
|
|
- //获取权限菜单
|
|
|
this.getPermissionList();
|
|
|
- });
|
|
|
+ // var info = plus.push.getClientInfo();
|
|
|
+ // var cid = info.clientid;
|
|
|
+ // this.$http
|
|
|
+ // .get("/sys/user/saveClientId", { params: { clientId: cid } })
|
|
|
+ // .then((res) => {
|
|
|
+ // console.log("res::saveClientId>", res);
|
|
|
+ // //获取权限菜单
|
|
|
+ // this.getPermissionList();
|
|
|
+ // });
|
|
|
},
|
|
|
changePassword() {
|
|
|
this.showPassword = !this.showPassword;
|