|
@@ -446,7 +446,7 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
created() {
|
|
|
- this.isInitialPwd(); //判断是否为初始密码
|
|
|
+ //this.isInitialPwd(); //判断是否为初始密码
|
|
|
this.Role = localStorage.getItem("Role") || "";
|
|
|
this.RoleType = localStorage.getItem("RoleType") || "";
|
|
|
this.sysUserName = localStorage.getItem("userName") || "";
|