From 073edc90c84ee4e8b3efe18db4ecfdbf039fdcb6 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 24 三月 2025 15:27:33 +0800
Subject: [PATCH] 测试完成

---
 src/views/login.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/login.vue b/src/views/login.vue
index 0d9aa10..8bfe9b0 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -195,7 +195,7 @@
             .dispatch("Login", this.loginForm)
             .then(() => {
               // this.$router.push({ path: this.redirect || "/" }).catch(() => {});
-              this.$router.push({ path:"/patient/patient" }).catch(() => {});
+              this.$router.push({ path:"/followvisit/discharge" }).catch(() => {});
             })
             .catch(() => {
               this.loading = false;

--
Gitblit v1.9.3