From afa0ffca1673eb61c27496b9988fa8559678bd94 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 23 九月 2025 16:55:15 +0800
Subject: [PATCH] gx用户管理

---
 src/views/login/component/account.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/login/component/account.vue b/src/views/login/component/account.vue
index ce9288f..fe3b991 100644
--- a/src/views/login/component/account.vue
+++ b/src/views/login/component/account.vue
@@ -120,7 +120,7 @@
 
 		} else { //第一次登录没有选择到客户
 			state.loading.signIn = true;
-			const signInRes = await signIn(`user_no=${state.ruleForm.userName}&user_password=${state.ruleForm.password}`);
+			const signInRes = await signIn(`userno=${state.ruleForm.userName}&password=${state.ruleForm.password}`);
 			if (signInRes.data) {
 				// 存储 token 到浏览器缓存
 				Session.set('token', signInRes.data);

--
Gitblit v1.8.0