From 77fb64c1475ce550f20982ece9c05a0c6c843799 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 09 一月 2025 16:55:22 +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