bug修改
This commit is contained in:
parent
41579ccd28
commit
5cfdb4870c
|
|
@ -0,0 +1,4 @@
|
|||
let config = {
|
||||
passwordStrength:"",
|
||||
|
||||
}
|
||||
|
|
@ -246,8 +246,9 @@ export default {
|
|||
this.$modal.confirm('账号已在其他地方登录是否继续登录!!!!').then(function() {
|
||||
return that.handleLogin()
|
||||
}).then(() => {
|
||||
this.loading = false;
|
||||
}).catch(() => {
|
||||
|
||||
this.loading = false;
|
||||
})
|
||||
} else {
|
||||
that.handleLogin()
|
||||
|
|
|
|||
Loading…
Reference in New Issue