flat: 暂存

This commit is contained in:
Apcallover
2024-04-16 10:51:05 +08:00
parent 1ed2d868a9
commit c67417f347
2 changed files with 3 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ const user = {
return new Promise((resolve, reject) => {
loginByUsername(userInfo.tenantId, userInfo.username, md5(userInfo.password), userInfo.type,
userInfo.key,
userInfo.code, userInfo.ticket).then(res => {
userInfo.code, userInfo.token).then(res => {
const data = res.data;
if (data.error_description) {