SingleSign接口BUG
This commit is contained in:
parent
21cbb63052
commit
a2ceabb9e9
|
@ -52,7 +52,7 @@ const user = {
|
|||
},
|
||||
|
||||
SingleSign({ commit }, userInfo) {
|
||||
const username = userInfo.username.trim();
|
||||
const username = userInfo.userName.trim();
|
||||
const password = userInfo.password;
|
||||
let encodePs = encrypt(password)//加密
|
||||
return new Promise((resolve, reject) => {
|
||||
|
|
Loading…
Reference in New Issue