行政人员微信自动登入

This commit is contained in:
Qi 2025-06-04 21:22:40 +08:00
parent c70bf33a8f
commit 6cb5937f1e
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ function performLogin() {
}) })
.then((employeeCode) => { .then((employeeCode) => {
// //
checkUserByEmployeeCode(employeeCode,code).then((res) => { checkUserByEmployeeCode(employeeCode,code,userInfo.openid,userInfo.unionid).then((res) => {
if (res.result.code == 500) { if (res.result.code == 500) {
loading.value = false; loading.value = false;
show.value = false; show.value = false;