|
@@ -346,8 +346,8 @@ export default {
|
|
|
if (this.disableLoginBtn) {
|
|
|
return;
|
|
|
}
|
|
|
- await this.checkNewVersion();
|
|
|
this.disableLoginBtn = true;
|
|
|
+ await this.checkNewVersion();
|
|
|
this.loginBtnLoading = true;
|
|
|
this.loginTimeout = setTimeout(() => {
|
|
|
this.disableLoginBtn = false;
|