Explorar el Código

修改登录后跳转页面

Althars123 hace 2 años
padre
commit
b73b27ee86
Se han modificado 1 ficheros con 1 adiciones y 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("/query");
+              this.$router.push("/manage/hz50");
             })
             .catch(() => {
               this.loading = false;