fix: 还原配置

This commit is contained in:
ChenZhaoYu
2023-02-22 22:55:53 +08:00
parent c0f8e4316e
commit b84f7e4c72
4 changed files with 12 additions and 7 deletions

View File

@@ -3,5 +3,5 @@
interface ImportMetaEnv {
readonly VITE_GLOB_API_URL: string;
readonly VITE_GLOB_API_TIMEOUT: string;
readonly VITE_GLOB_HTTP_PROXY: 'Y' | 'N';
readonly VITE_APP_API_BASE_URL: string;
}