Kaynağa Gözat

门户页面配置

GXL 1 yıl önce
ebeveyn
işleme
c4fb99b1d8
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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("登陆失败!!!!!!!!!!!");