From 0a4cc3cffcf951fc640863fc12793519ff2590ea Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 15 一月 2025 15:35:56 +0800 Subject: [PATCH] 测试完成 --- src/views/login.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/login.vue b/src/views/login.vue index 143db87..23bab52 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -195,7 +195,8 @@ this.$store .dispatch("Login", this.loginForm) .then(() => { - this.$router.push({ path: this.redirect || "/" }).catch(() => {}); + // this.$router.push({ path: this.redirect || "/" }).catch(() => {}); + this.$router.push({ path:"/patient/patient" }).catch(() => {}); }) .catch(() => { this.loading = false; -- Gitblit v1.9.3