Lijy 3 rokov pred
rodič
commit
a9b88beea1

BIN
fhKeeper/formulahousekeeper/timesheet/src/assets/image/jiazai.gif


+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/http.js

@@ -87,7 +87,7 @@ export default {
                                 flgs = 0
                             }, 12000)
                         }
-
+                        exception(false)
                     } else {
                         exception(error)
                     }

+ 3 - 0
fhKeeper/formulahousekeeper/timesheet/src/views/Login.vue

@@ -287,6 +287,7 @@
                         this.http.post(this.port.manage.login, this.ruleForm , res => {
                             this.logining = false;
                             if (res.code == "ok") {
+                                console.log('执行')
                                 if(res.data.moduleList.length == 0){
                                     this.$message({
                                         message: '请联系管理员为\u3000' + res.data.roleName + '\u3000分配权限',
@@ -308,12 +309,14 @@
                                     }
                                 }
                             } else {
+                                this.logining = false;
                                 this.$message({
                                     message: res.msg,
                                     type: 'error'
                                 });
                             }
                         }, error => {
+                            console.log('执行1')
                             this.logining = false;
                             this.$message({
                                 message: error,