From ffa7a2c2a6d47b196cb30871bf5467916947fc29 Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期一, 09 六月 2025 10:32:02 +0800 Subject: [PATCH] qx --- 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