Explorar el Código

门户页面配置

GXL hace 1 año
padre
commit
c4fb99b1d8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/login.vue

+ 1 - 1
src/views/login.vue

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