diff --git a/playground/src/store/auth.ts b/playground/src/store/auth.ts index 4adeb76e1..7385aeedc 100644 --- a/playground/src/store/auth.ts +++ b/playground/src/store/auth.ts @@ -38,7 +38,7 @@ export const useAuthStore = defineStore('auth', () => { // 如果成功获取到 accessToken if (accessToken) { - accessStore.setAccessToken(accessToken); + // accessStore.setAccessToken(accessToken); // 获取用户信息并存储到 accessStore 中 const [fetchUserInfoResult, accessCodes] = await Promise.all([