瀏覽代碼

登录进入的地址改变

JXDS18FUJT 2 年之前
父節點
當前提交
26d78bc0f2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/login.vue

+ 1 - 1
src/views/login.vue

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