From 12024e7c6f22f7bf68e877f6a688ba7bde0fe9c2 Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期一, 16 十二月 2024 09:43:26 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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