From 9e2e0baeff46fb6ecfe21145f7250d67b13ca79e Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期一, 30 十二月 2024 17:35:54 +0800 Subject: [PATCH] 去掉空RecordForm --- types/env.d.ts | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/types/env.d.ts b/types/env.d.ts index 82b4cd7..76f4669 100644 --- a/types/env.d.ts +++ b/types/env.d.ts @@ -22,14 +22,15 @@ 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 readonly VITE_SOURCEMAP: string readonly VITE_OUT_DIR: string + readonly VITE_STATIC_DIR: string } declare global { -- Gitblit v1.9.3