From ae8ec19ba8547f6b35e8288e319857a07e30b551 Mon Sep 17 00:00:00 2001 From: anonymous Date: Fri, 3 Jan 2025 22:42:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=80=80=E5=87=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/user.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/user.ts b/src/store/user.ts index 1c96097..70a3225 100644 --- a/src/store/user.ts +++ b/src/store/user.ts @@ -28,7 +28,7 @@ export const useUserStore = defineStore( token.value = '' } const logout = async () => { - logoutUserAPI() + // logoutUserAPI() clearUserInfo() clearToken() }