From 5fbc4feb28dfc709652cbf8dc74c7f5751116d75 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 04 二月 2026 18:00:26 +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