From 83d0df31a7129f809afe6cb4dff73e84b07cf58c Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期三, 30 十月 2024 12:00:51 +0800 Subject: [PATCH] 指标图谱 --- src/views/login/component/account.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/login/component/account.vue b/src/views/login/component/account.vue index 0491b48..cf62b13 100644 --- a/src/views/login/component/account.vue +++ b/src/views/login/component/account.vue @@ -205,6 +205,7 @@ let params = { user: ruleForm.value.account, pass: ruleForm.value.password, + client:'鍚庡彴绠$悊绔�' }; const res = await PostLogin(params, { -- Gitblit v1.9.3