From a59178b81658453f55f1e03c0d38d97b3fa4e96d Mon Sep 17 00:00:00 2001 From: zhu <1812073942@qq.com> Date: Mon, 11 May 2026 17:57:53 +0800 Subject: [PATCH] 1 --- src/shared/auth.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shared/auth.ts b/src/shared/auth.ts index 8670b4f..7ab923e 100644 --- a/src/shared/auth.ts +++ b/src/shared/auth.ts @@ -26,7 +26,6 @@ export async function logout(): Promise { await storage.remove(AUTH_TOKEN_KEY); return; } - console.log("溢出") window.localStorage.removeItem(AUTH_TOKEN_KEY); }