From 2060cb1aec383655dc0e8ee7ecf31e044b4e52a3 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期日, 09 六月 2024 01:19:48 +0800
Subject: [PATCH] 工单管理更新

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

diff --git a/types/config.d.ts b/types/config.d.ts
index 6f73423..59f8854 100644
--- a/types/config.d.ts
+++ b/types/config.d.ts
@@ -151,6 +151,7 @@
   shortName: string;
   mapKey: string;
   downloadUrl: string;
+  useOrg: boolean;
 }
 export interface GlobEnvConfig {
   // Site title
@@ -165,4 +166,5 @@
   VITE_GLOB_UPLOAD_URL?: string;
   VITE_GLOB_MAP_KEY: string;
   VITE_GLOB_DOWNLOAD_URL: string;
+  VITE_USE_ORG: boolean;
 }

--
Gitblit v1.9.3