mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 15:25:10 +08:00
修复刷新Token后执行任务失败的问题
This commit is contained in:
@@ -273,6 +273,7 @@ class UserInfo {
|
|||||||
//删除原变量
|
//删除原变量
|
||||||
let originalValue = this.cookies
|
let originalValue = this.cookies
|
||||||
let newValue
|
let newValue
|
||||||
|
this.ck = result.data.accessToken
|
||||||
if (this.mallToken !== undefined) {
|
if (this.mallToken !== undefined) {
|
||||||
newValue = `${result.data.accessToken}${strSplitor}${result.data.refreshToken}${strSplitor}${this.mallToken}`
|
newValue = `${result.data.accessToken}${strSplitor}${result.data.refreshToken}${strSplitor}${this.mallToken}`
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user