山水共长天一色 hace 3 años
padre
commit
1031b37bbf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/Login.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/Login.vue

@@ -287,7 +287,7 @@
                         this.http.post(this.port.manage.login, this.ruleForm , res => {
                             this.logining = false;
                             if (res.code == "ok") {
-                                if(res.data.functionList.length == 0){
+                                if(res.data.moduleList.length == 0){
                                     this.$message({
                                         message: '请联系管理员为\u3000' + res.data.roleName + '\u3000分配权限',
                                         type: 'error'