ソースを参照

修复去除首页的bug1

JXDS18FUJT 2 年 前
コミット
38472764b4
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/login.vue

+ 1 - 1
src/views/login.vue

@@ -129,7 +129,7 @@ export default {
           this.$store
             .dispatch("Login", this.loginForm)
             .then(() => {
-              this.$router.push({ path: this.redirect || "/" });
+              this.$router.push("/query");
             })
             .catch(() => {
               this.loading = false;