Explorar el Código

Merge branch 'master' of http://8.136.199.33:3000/eta_front/eta_front

Karsa hace 1 año
padre
commit
5ec5b3a3a8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/Home.vue

+ 1 - 1
src/views/Home.vue

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