修改微信单点登录字段

This commit is contained in:
caorui 2024-09-25 15:39:31 +08:00
parent bcbac0144f
commit feab920131
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ export default {
let params = {
loginCode: this.userform.loginCode,
password: this.userform.loginPwd,
userID: localStorage.get("MIDDLEGROUND-USERID"),
wxUserId: localStorage.get("MIDDLEGROUND-USERID"),
};
this.submit(params);
})