From c1139d1a4d4de8762ee58cac7c218bcb4d091f7e Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 08 一月 2025 09:55:36 +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