bug修改

This commit is contained in:
jiang 2024-07-31 16:19:37 +08:00
parent 41579ccd28
commit 5cfdb4870c
2 changed files with 6 additions and 1 deletions

4
src/utils/configure.js Normal file
View File

@ -0,0 +1,4 @@
let config = {
passwordStrength:"",
}

View File

@ -246,8 +246,9 @@ export default {
this.$modal.confirm('账号已在其他地方登录是否继续登录!!!!').then(function() { this.$modal.confirm('账号已在其他地方登录是否继续登录!!!!').then(function() {
return that.handleLogin() return that.handleLogin()
}).then(() => { }).then(() => {
this.loading = false;
}).catch(() => { }).catch(() => {
this.loading = false;
}) })
} else { } else {
that.handleLogin() that.handleLogin()