Explorar o código

登录进入的地址改变

JXDS18FUJT %!s(int64=2) %!d(string=hai) anos
pai
achega
26d78bc0f2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;