From c0b8a21206c58a0161a179c15dfb73e4a8bbf55d Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期一, 19 五月 2025 17:36:17 +0800 Subject: [PATCH] 1 --- src/views/login.vue | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/views/login.vue b/src/views/login.vue index c23b89f..c477418 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -176,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); @@ -203,6 +198,9 @@ break; case '9016': this.loginForm.hospId = "wbzxyy"; + break; + case '9017': + this.loginForm.hospId = "bjxjyy"; break; } Cookies.set("hospId", this.loginForm.hospId); @@ -298,6 +296,7 @@ } } this.$router.push({ path: this.redirect || "/" }).catch(() => { }); + location.reload(); } }).catch(() => { -- Gitblit v1.8.0