🚨 修复 qodana 报错

This commit is contained in:
目棃
2024-02-02 13:35:07 +08:00
parent e9244f6352
commit 8f8056622c

View File

@@ -92,7 +92,7 @@ async function getTokenWeb(cookie: string): Promise<void> {
prev[key.trim()] = value.trim();
return prev;
},
{} as Record<string, string>,
<Record<string, string>>{},
);
if (!("login_ticket" in ck) || !("login_uid" in ck)) {
emits("loadOuter", { show: false });