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