优化登录状态错误时跳转页面到admin/login

This commit is contained in:
2026-05-11 15:19:33 +08:00
parent 2f8c4f4ced
commit 8c5b1d212a
2 changed files with 144 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ interface Window {
lazy: number
unique: number
tokenRefreshing: boolean
authRedirecting: boolean
requests: Function[]
eventSource: EventSource
loadLangHandle: Record<string, any>