1
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user