Ver código fonte

:zap: 恢复loading

smallchill 7 anos atrás
pai
commit
60332ee49d
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/page/login/userlogin.vue

+ 1 - 1
src/page/login/userlogin.vue

@@ -100,8 +100,8 @@ export default {
           });
           this.$store.dispatch("LoginByUsername", this.loginForm).then(() => {
             this.$router.push({ path: this.tagWel.value });
+            loading.close();
           });
-          loading.close();
         }
       });
     }