fix: 单点登录优化与环境变量完善

This commit is contained in:
Gsh
2025-06-28 18:14:12 +08:00
parent 24d2908cca
commit 1d7a2013e3
11 changed files with 20 additions and 190 deletions

View File

@@ -6,7 +6,8 @@ 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_SSO_CLIENT_ID: string;
}
declare interface ImportMeta {