mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
🐛 修复遗漏token
This commit is contained in:
@@ -46,6 +46,9 @@ export const useUserStore = defineStore(
|
||||
if (cookie.value.stoken && cookie.value.stoken !== "") {
|
||||
res += `stoken=${cookie.value.stoken};`;
|
||||
}
|
||||
if (cookie.value.stuid && cookie.value.stuid !== "") {
|
||||
res += `stuid=${cookie.value.stuid};`;
|
||||
}
|
||||
if (cookie.value.account_id && cookie.value.account_id !== "") {
|
||||
res += `account_id=${cookie.value.account_id};`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user