root 3 yıl önce
ebeveyn
işleme
4293aa7c09
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/views/login/index.vue

+ 1 - 1
src/views/login/index.vue

@@ -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();