From 0529f319b668d11a0479ae3b615ad8418442a10e Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 27 五月 2025 16:19:57 +0800
Subject: [PATCH] 测试完成

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

diff --git a/src/views/login.vue b/src/views/login.vue
index 0d9aa10..6ada6f7 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -6,7 +6,7 @@
       :rules="loginRules"
       class="login-form"
     >
-      <h3 class="title">鏅畞浜烘皯鍖婚櫌鏅烘収闅忚骞冲彴</h3>
+      <h3 class="title">鏅烘収闅忚绯荤粺</h3>
       <el-form-item prop="username">
         <el-input
           v-model="loginForm.username"
@@ -116,7 +116,7 @@
       },
       options: [
         { value: "47255004333112711A1001", label: "鏅畞鐣叉棌鑷不鍘夸汉姘戝尰闄�" },
-        { value: "2", label: "涓芥按甯備腑鍖婚櫌" },
+        { value: "47231022633110211A2101", label: "涓芥按甯備腑鍖婚櫌" },
        ],
       loginRules: {
         username: [
@@ -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