From e0121f02641fd892901f1d7992a9cb062e992e58 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Mon, 6 Jan 2025 15:38:41 +0800 Subject: [PATCH] /mini/home --- src/pages/modules/login/login.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/modules/login/login.vue b/src/pages/modules/login/login.vue index e74993d..8de1a62 100644 --- a/src/pages/modules/login/login.vue +++ b/src/pages/modules/login/login.vue @@ -158,7 +158,7 @@ export default { this.$store.dispatch('userInfo', JSON.stringify(obj)) this.$store.dispatch('setLoginInfo', {username: this.username, password: this.password}) this.hide() - this.$router.push('/index/home') + this.$router.push('/mini/home') } else { this.Dialog(res.desc) }