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 | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/types/config.d.ts b/types/config.d.ts index fa08c58..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; @@ -156,6 +157,7 @@ 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; -- Gitblit v1.9.3