From 28cd71d5ff26ca539e48a229eed4055df7cae5ad Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期四, 13 六月 2024 23:08:36 +0800
Subject: [PATCH] 打印模板更新

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

diff --git a/types/config.d.ts b/types/config.d.ts
index 5776dbd..59f8854 100644
--- a/types/config.d.ts
+++ b/types/config.d.ts
@@ -141,6 +141,7 @@
   title: string;
   // Service interface url
   apiUrl: string;
+  sysApiUrl: string;
   taskApiUrl: string;
   // Upload url
   uploadUrl?: string;
@@ -149,16 +150,21 @@
   // Project abbreviation
   shortName: string;
   mapKey: string;
+  downloadUrl: string;
+  useOrg: boolean;
 }
 export interface GlobEnvConfig {
   // Site title
   VITE_GLOB_APP_TITLE: string;
   // Service interface url
   VITE_GLOB_API_URL: string;
+  VITE_GLOB_SYS_API_URL: string;
   VITE_GLOB_TSK_API_URL: string;
   // Service interface url prefix
   VITE_GLOB_API_URL_PREFIX?: string;
   // Upload url
   VITE_GLOB_UPLOAD_URL?: string;
   VITE_GLOB_MAP_KEY: string;
+  VITE_GLOB_DOWNLOAD_URL: string;
+  VITE_USE_ORG: boolean;
 }

--
Gitblit v1.9.3