mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-13 18:35:07 +08:00
【代码优化】全局:移除 VITE_UPLOAD_URL 环境变量,使用 getUploadUrl 方法替代
This commit is contained in:
1
types/env.d.ts
vendored
1
types/env.d.ts
vendored
@ -19,7 +19,6 @@ interface ImportMetaEnv {
|
||||
readonly VITE_APP_DEFAULT_LOGIN_PASSWORD: string
|
||||
readonly VITE_APP_DOCALERT_ENABLE: string
|
||||
readonly VITE_BASE_URL: string
|
||||
readonly VITE_UPLOAD_URL: string
|
||||
readonly VITE_API_URL: string
|
||||
readonly VITE_BASE_PATH: string
|
||||
readonly VITE_DROP_DEBUGGER: string
|
||||
|
Reference in New Issue
Block a user