From 57f19e77e693f2bd4b18b1a36661216b987c6388 Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期五, 20 六月 2025 10:08:28 +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