|
|
@@ -199,9 +199,9 @@ export default {
|
|
|
.then(() => {
|
|
|
return this.$store.dispatch('user/getUserInfo', {})
|
|
|
}).then(() => {
|
|
|
- this.loading = false
|
|
|
return this.$store.dispatch('user/getBaseInfo', {})
|
|
|
}).then(() => {
|
|
|
+ this.loading = false
|
|
|
this.$router.push({ path: this.redirect || '/', query: this.otherQuery })
|
|
|
}).catch(error => {
|
|
|
this.refreshLoginVerifyStatus();
|