From 6f6207ef6eb81d2abb3805bc2cba889ea2abd135 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期日, 02 六月 2024 01:12:32 +0800
Subject: [PATCH] 低代码更新

---
 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 5776dbd..6f73423 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,19 @@
   // Project abbreviation
   shortName: string;
   mapKey: string;
+  downloadUrl: string;
 }
 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;
 }

--
Gitblit v1.9.3