Browse Source

修改登录后跳转页面

Althars123 2 năm trước cách đây
mục cha
commit
b73b27ee86
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;