Merge branch 'fix/refresh_lock' into deploy/dev

This commit is contained in:
NFish 2024-11-12 14:47:29 +08:00
commit ff712cce49

View File

@ -1,7 +1,7 @@
import { apiPrefix } from '@/config'
import { fetchWithRetry } from '@/utils'
const LOCAL_STORAGE_KEY = 'is_refreshing'
const LOCAL_STORAGE_KEY = 'is_other_tab_refreshing'
let isRefreshing = false
function waitUntilTokenRefreshed() {