GXL пре 1 година
родитељ
комит
c4fb99b1d8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/login.vue

+ 1 - 1
src/views/login.vue

@@ -526,7 +526,7 @@ export default {
               this.loginForm
             )
             .then(() => {
-              this.$router.push({ path: this.redirect || "/navigation" }).catch(() => {});
+              this.$router.push({ path: this.redirect || "/" }).catch(() => {});
             })
             .catch(() => {
               console.log("登陆失败!!!!!!!!!!!");