Browse Source

注释强制改密码限制

cxmo 1 năm trước cách đây
mục cha
commit
716c588ba3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/Home.vue

+ 1 - 1
src/views/Home.vue

@@ -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") || "";