行政人员微信自动登入
This commit is contained in:
parent
c70bf33a8f
commit
6cb5937f1e
|
@ -347,7 +347,7 @@ function performLogin() {
|
|||
})
|
||||
.then((employeeCode) => {
|
||||
// 调用后端接口
|
||||
checkUserByEmployeeCode(employeeCode,code).then((res) => {
|
||||
checkUserByEmployeeCode(employeeCode,code,userInfo.openid,userInfo.unionid).then((res) => {
|
||||
if (res.result.code == 500) {
|
||||
loading.value = false;
|
||||
show.value = false;
|
||||
|
|
Loading…
Reference in New Issue