From 3bf8ecf6a94e43b4ae9b1fe8bee8ab9d09c43e04 Mon Sep 17 00:00:00 2001
From: dongyukun <1208714201@qq.com>
Date: 星期三, 04 六月 2025 11:12:50 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 types/env.d.ts |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/types/env.d.ts b/types/env.d.ts
index 25cef34..6ac4954 100644
--- a/types/env.d.ts
+++ b/types/env.d.ts
@@ -17,14 +17,11 @@
   readonly VITE_DEV: string
   readonly VITE_APP_CAPTCHA_ENABLE: string
   readonly VITE_APP_TENANT_ENABLE: string
-  readonly VITE_APP_DEFAULT_LOGIN_TENANT: string
-  readonly VITE_APP_DEFAULT_LOGIN_USERNAME: string
-  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