From 248b5e946c3365acba05168cf728a8704b0eae25 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期四, 04 九月 2025 11:59:27 +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