From 221c1c4282c6a4f6a735dc6977cda0589bf51789 Mon Sep 17 00:00:00 2001 From: houzhongjian <houzhongyi@126.com> Date: 星期一, 16 十二月 2024 09:31:08 +0800 Subject: [PATCH] 移除upload路径全局配置 --- types/env.d.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/types/env.d.ts b/types/env.d.ts index 25cef34..76f4669 100644 --- a/types/env.d.ts +++ b/types/env.d.ts @@ -22,9 +22,9 @@ 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_UPLOAD_TYPE: string readonly VITE_VIDEO_CAMERA_DOMAIN: string readonly VITE_DROP_DEBUGGER: string readonly VITE_DROP_CONSOLE: string -- Gitblit v1.9.3