소스 검색

修改登录后跳转页面

Althars123 2 년 전
부모
커밋
b73b27ee86
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("/query");
+              this.$router.push("/manage/hz50");
             })
             .catch(() => {
               this.loading = false;