Michael Wang 5 жил өмнө
parent
commit
c408f4db12

+ 2 - 1
src/features/Login/Login.vue

@@ -311,7 +311,8 @@ export default {
       }
       }
     },
     },
     async login() {
     async login() {
-      if (this.disableLoginBtn || this.loginBtnLoading) {
+      // epcc立即登录
+      if (!this.isEPCC && (this.disableLoginBtn || this.loginBtnLoading)) {
         return;
         return;
       }
       }
       this.loginBtnLoading = true;
       this.loginBtnLoading = true;