From 76af820e2e11366b322705b51c351ace3d40608a Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期二, 01 七月 2025 16:46:04 +0800 Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb_region --- src/views/login.vue | 17 ++++++++++------- 1 files changed, 10 insertions(+), 7 deletions(-) diff --git a/src/views/login.vue b/src/views/login.vue index 28a8050..a4e01dc 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> + import { getCodeImg, getconfigKey } from "@/api/login"; import Cookies from "js-cookie"; import { encrypt, decrypt } from '@/utils/jsencrypt' @@ -175,13 +176,11 @@ case '8097': this.loginForm.hospId = "wbzxyy"; break; - case '9011': - this.loginForm.hospId = "chkwyy"; + case '8098': + this.loginForm.hospId = "bjxjyy"; break; - - case '9012': - - this.loginForm.hospId = "xamjyy"; + case '8099': + this.loginForm.hospId = "bjfhyy"; break; } Cookies.set("hospId", this.loginForm.hospId); @@ -202,6 +201,9 @@ break; case '9016': this.loginForm.hospId = "wbzxyy"; + break; + case '9017': + this.loginForm.hospId = "bjxjyy"; break; } Cookies.set("hospId", this.loginForm.hospId); @@ -297,6 +299,7 @@ } } this.$router.push({ path: this.redirect || "/" }).catch(() => { }); + location.reload(); } }).catch(() => { -- Gitblit v1.8.0