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

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

diff --git a/src/views/login.vue b/src/views/login.vue
index 81a3a84..b3cfc30 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -112,11 +112,11 @@
         password: "",
         rememberMe: false,
         code: "",
-        orgid:'1',
+        orgid:'47255004333112711A1001',
       },
       options: [
-        { value: "1", label: "鏅畞鐣叉棌鑷不鍘夸汉姘戝尰闄�" },
-        { value: "2", label: "涓芥按甯備腑鍖婚櫌" },
+        { value: "47255004333112711A1001", label: "鏅畞鐣叉棌鑷不鍘夸汉姘戝尰闄�" },
+        { value: "47231022633110211A2101", label: "涓芥按甯備腑鍖婚櫌" },
        ],
       loginRules: {
         username: [
@@ -190,12 +190,12 @@
             Cookies.remove("password");
             Cookies.remove("rememberMe");
           }
-          this.loginForm.orgid = '1',
+          // this.loginForm.orgid = '1',
           this.$store
             .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