fix: 对话参数修改

This commit is contained in:
Gsh
2025-07-18 20:33:51 +08:00
parent 3ce9fc9790
commit 90e8dbe449
4 changed files with 6 additions and 8 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;
}