diff --git a/ruoyi-ui/src/views/login.vue b/ruoyi-ui/src/views/login.vue index 8a6f88d..6191fda 100644 --- a/ruoyi-ui/src/views/login.vue +++ b/ruoyi-ui/src/views/login.vue @@ -141,7 +141,8 @@ export default { Cookies.remove('rememberMe'); } this.$store.dispatch("Login", this.loginForm).then(() => { - this.$router.push({ path: this.redirect || "/" }).catch(()=>{}); + // this.$router.push({ path: this.redirect || "/board/index2" }).catch(()=>{}); + this.$router.push({ path: "/board/index2" }).catch(()=>{}); }).catch(() => { this.loading = false; if (this.captchaEnabled) {