From 5ff3a47f69eef3549dadd0dc71f20ad72a4cde7f Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期四, 13 二月 2025 20:27:13 +0800 Subject: [PATCH] 1 --- src/views/login.vue | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/views/login.vue b/src/views/login.vue index af01c3d..559e1a0 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -78,6 +78,7 @@ username: "", password: "", mobile: false, + hospId:"", // username:"13800138008", // password:"888888", rememberMe: false, @@ -136,6 +137,7 @@ created() { this.getstate(); this.getCookie(); + this.loadAll(); }, methods: { getstate() { @@ -149,6 +151,10 @@ }) }, + loadAll(){ + this.loginForm.hospId = this.$route.query.hospId + Cookies.set("hospId", this.loginForm.hospId); + }, hide() { // this.loginForm.username = "10001"; -- Gitblit v1.8.0