From b0dd2386496a80e48e6f2d273d26ad8ed8731b3f Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 04 三月 2025 20:57:50 +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 81a3a84..0d9aa10 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -112,10 +112,10 @@
password: "",
rememberMe: false,
code: "",
- orgid:'1',
+ orgid:'47255004333112711A1001',
},
options: [
- { value: "1", label: "鏅畞鐣叉棌鑷不鍘夸汉姘戝尰闄�" },
+ { value: "47255004333112711A1001", label: "鏅畞鐣叉棌鑷不鍘夸汉姘戝尰闄�" },
{ value: "2", label: "涓芥按甯備腑鍖婚櫌" },
],
loginRules: {
@@ -190,7 +190,7 @@
Cookies.remove("password");
Cookies.remove("rememberMe");
}
- this.loginForm.orgid = '1',
+ // this.loginForm.orgid = '1',
this.$store
.dispatch("Login", this.loginForm)
.then(() => {
--
Gitblit v1.9.3