From ef52f4540d9c34e83a63706211ae28a8940404fe Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期二, 24 六月 2025 16:41:51 +0800
Subject: [PATCH] 1

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

diff --git a/src/views/login.vue b/src/views/login.vue
index c477418..a4e01dc 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -64,7 +64,7 @@
   </div>
 </template>
 
-<script> 
+<script>
 
 import { getCodeImg, getconfigKey } from "@/api/login";
 import Cookies from "js-cookie";
@@ -176,8 +176,11 @@
           case '8097':
             this.loginForm.hospId = "wbzxyy";
             break;
-             case '8098':
+          case '8098':
             this.loginForm.hospId = "bjxjyy";
+            break;
+            case '8099':
+            this.loginForm.hospId = "bjfhyy";
             break;
         }
         Cookies.set("hospId", this.loginForm.hospId);
@@ -199,7 +202,7 @@
           case '9016':
             this.loginForm.hospId = "wbzxyy";
             break;
-              case '9017':
+          case '9017':
             this.loginForm.hospId = "bjxjyy";
             break;
         }

--
Gitblit v1.8.0