Explorar el Código

排除epcc的检测

Michael Wang hace 5 años
padre
commit
c408f4db12
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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;