web端跳转到登录页的bug修复

This commit is contained in:
2025-11-22 22:36:42 +08:00
parent d7cc96ef07
commit 06a3638c29
2 changed files with 10 additions and 4 deletions
+1
View File
@@ -10,6 +10,7 @@ interface ImportMetaEnv {
readonly VITE_DEBUG: string
readonly VITE_MOCK: string
readonly VITE_APP_DESCRIPTION: string
readonly BASE_URL: string
}
interface ImportMeta {