fix: vip取值优化

This commit is contained in:
Gsh
2025-12-11 21:47:48 +08:00
parent 6e2ca8f1c3
commit 5ed79c6dd0
2 changed files with 3 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ interface ImportMetaEnv {
readonly VITE_WEB_ENV: string;
readonly VITE_WEB_BASE_API: string;
readonly VITE_API_URL: string;
readonly VITE_BUILD_COMPRESS: string;
readonly VITE_SSO_SEVER_URL: string;
readonly VITE_APP_VERSION: string;
}