Эх сурвалжийг харах

修复去除首页的bug1

JXDS18FUJT 2 жил өмнө
parent
commit
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;