From bf6b8dc27d6e649110648c8a51bbd350f72f20e3 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期二, 10 六月 2025 16:54:04 +0800
Subject: [PATCH] 1

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

diff --git a/src/views/login.vue b/src/views/login.vue
index 28a8050..c477418 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -58,13 +58,14 @@
 
     <!--  搴曢儴  -->
     <div class="el-login-footer">
-      <span>Copyright 漏 2023-2024 All Rights Reserved.</span>
+      <span>Copyright 漏 2024-2025 All Rights Reserved.</span>
       <!-- <span>Copyright 漏 2022-2023榫欑編缃戠粶 All Rights Reserved.</span> -->
     </div>
   </div>
 </template>
 
-<script>
+<script> 
+
 import { getCodeImg, getconfigKey } from "@/api/login";
 import Cookies from "js-cookie";
 import { encrypt, decrypt } from '@/utils/jsencrypt'
@@ -175,13 +176,8 @@
           case '8097':
             this.loginForm.hospId = "wbzxyy";
             break;
-          case '9011':
-            this.loginForm.hospId = "chkwyy";
-            break;
-
-          case '9012':
-
-            this.loginForm.hospId = "xamjyy";
+             case '8098':
+            this.loginForm.hospId = "bjxjyy";
             break;
         }
         Cookies.set("hospId", this.loginForm.hospId);
@@ -202,6 +198,9 @@
             break;
           case '9016':
             this.loginForm.hospId = "wbzxyy";
+            break;
+              case '9017':
+            this.loginForm.hospId = "bjxjyy";
             break;
         }
         Cookies.set("hospId", this.loginForm.hospId);
@@ -297,6 +296,7 @@
                 }
               }
               this.$router.push({ path: this.redirect || "/" }).catch(() => { });
+              location.reload();
             }
 
           }).catch(() => {

--
Gitblit v1.8.0