mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-15 09:48:14 +08:00
🐛 修复数据缺失
This commit is contained in:
@@ -69,7 +69,6 @@
|
|||||||
variant="outlined"
|
variant="outlined"
|
||||||
icon="mdi-account-switch"
|
icon="mdi-account-switch"
|
||||||
title="切换账户"
|
title="切换账户"
|
||||||
:disabled="accounts.length === 0"
|
|
||||||
@click="showMenu"
|
@click="showMenu"
|
||||||
v-bind="props"
|
v-bind="props"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -70,13 +70,13 @@ async function cycleGetData() {
|
|||||||
clearInterval(cycleTimer);
|
clearInterval(cycleTimer);
|
||||||
cycleTimer = null;
|
cycleTimer = null;
|
||||||
const ck: TGApp.App.Account.Cookie = {
|
const ck: TGApp.App.Account.Cookie = {
|
||||||
mid: res.user_info.mid,
|
|
||||||
stoken: res.tokens[0].token,
|
|
||||||
stuid: res.user_info.aid,
|
|
||||||
account_id: res.user_info.aid,
|
account_id: res.user_info.aid,
|
||||||
|
ltuid: res.user_info.aid,
|
||||||
|
stuid: res.user_info.aid,
|
||||||
|
mid: res.user_info.mid,
|
||||||
cookie_token: "",
|
cookie_token: "",
|
||||||
|
stoken: res.tokens[0].token,
|
||||||
ltoken: "",
|
ltoken: "",
|
||||||
ltuid: "",
|
|
||||||
};
|
};
|
||||||
emits("success", ck);
|
emits("success", ck);
|
||||||
model.value = false;
|
model.value = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user