Browse Source

门户页面配置

GXL 1 năm trước cách đây
mục cha
commit
c4fb99b1d8
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

@@ -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("登陆失败!!!!!!!!!!!");