Procházet zdrojové kódy

排除epcc的检测

Michael Wang před 5 roky
rodič
revize
c408f4db12
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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;