From 1a090a490d8fc93224a0e3ad0fd7fe16c9fe63a8 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 21 一月 2025 19:01:11 +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