Преглед изворни кода

修改登录后跳转页面

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;