From 8099042b51891d1e58d6066f0247ba423f4457bd Mon Sep 17 00:00:00 2001
From: yyg1378265336 <1378265336@qq.com>
Date: 星期四, 27 二月 2025 09:27:17 +0800
Subject: [PATCH] Merge branch 'master' of http://47.115.28.255:8110/r/TigerClouds-Tech/BS/TigerAdmin_2024

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

diff --git a/types/config.d.ts b/types/config.d.ts
index c7a8e49..994b611 100644
--- a/types/config.d.ts
+++ b/types/config.d.ts
@@ -154,6 +154,8 @@
   mapKey: string;
   downloadUrl: string;
   useOrg: boolean;
+  systemType: string;
+  wsUrl: string;
 }
 export interface GlobEnvConfig {
   // Site title
@@ -165,8 +167,10 @@
   // Upload url
   VITE_GLOB_UPLOAD_URL?: string;
   VITE_GLOB_SYS_API_URL: string;
+  VITE_GLOB_WS_URL: string;
   VITE_GLOB_TSK_API_URL: string;
   VITE_GLOB_MAP_KEY: string;
   VITE_GLOB_DOWNLOAD_URL: string;
   VITE_USE_ORG: boolean;
+  VITE_GLOB_SYS_TYPE: string;
 }

--
Gitblit v1.9.3