Parcourir la source

登录进入的地址改变

JXDS18FUJT il y a 2 ans
Parent
commit
26d78bc0f2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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("/manage");
+              this.$router.push("/query");
             })
             .catch(() => {
               this.loading = false;