修复刷新Token后执行任务失败的问题

This commit is contained in:
smallfawn
2023-12-05 21:39:31 +08:00
committed by GitHub
parent 3f4a773d06
commit 4cf707040b

View File

@@ -273,6 +273,7 @@ class UserInfo {
//删除原变量
let originalValue = this.cookies
let newValue
this.ck = result.data.accessToken
if (this.mallToken !== undefined) {
newValue = `${result.data.accessToken}${strSplitor}${result.data.refreshToken}${strSplitor}${this.mallToken}`
} else {