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() {
|
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()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue