This commit is contained in:
zhu
2026-05-11 17:57:53 +08:00
parent f8972f72ba
commit a59178b816

View File

@@ -26,7 +26,6 @@ export async function logout(): Promise<void> {
await storage.remove(AUTH_TOKEN_KEY); await storage.remove(AUTH_TOKEN_KEY);
return; return;
} }
console.log("溢出")
window.localStorage.removeItem(AUTH_TOKEN_KEY); window.localStorage.removeItem(AUTH_TOKEN_KEY);
} }