@@ -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;