From b7f7f38d7ead0939d82a8a0fb301b30b72398acc Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 07 八月 2025 09:54:22 +0800 Subject: [PATCH] 测试完成 --- src/views/login.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/login.vue b/src/views/login.vue index 0590ecb..ca16496 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -136,7 +136,7 @@ smsCode: "", rememberMe: false, code: "", - orgid: "1", + orgid: "47255004333112711A1001", }, options: [ { value: "1", label: "鏅畞鐣叉棌鑷不鍘夸汉姘戝尰闄�" }, @@ -296,7 +296,7 @@ const loginData = { username: this.loginForm.username, - orgid: "1", + orgid: "47255004333112711A1001", loginType: this.loginMethod }; @@ -311,7 +311,7 @@ this.$store .dispatch("Login", loginData) .then(() => { - this.$router.push({ path: this.redirect || "/" }).catch(() => {}); + this.$router.push({ path: this.redirect || "/followvisit/discharge" }).catch(() => {}); }) .catch(() => { this.loading = false; -- Gitblit v1.9.3