修改微信单点登录字段
This commit is contained in:
parent
bcbac0144f
commit
feab920131
|
@ -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);
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue