SingleSign接口BUG

This commit is contained in:
LokerL 2024-11-26 13:42:45 +08:00
parent 21cbb63052
commit a2ceabb9e9
1 changed files with 1 additions and 1 deletions

View File

@ -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) => {