Michael Wang пре 5 година
родитељ
комит
c408f4db12
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      src/features/Login/Login.vue

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

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