From 38a40fefc0c7c6afb17958f6827304dbefda9873 Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期二, 24 六月 2025 08:58:28 +0800 Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb_region --- 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