From 8f5009a3d57821c2c97690b8419e428967b5e981 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期一, 03 六月 2024 22:48:41 +0800 Subject: [PATCH] 低代码更新 --- .env.production | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index af81aaa..80448ac 100644 --- a/.env.production +++ b/.env.production @@ -13,16 +13,22 @@ # Basic interface address SPA # VITE_GLOB_API_URL=/basic-api # VITE_GLOB_API_URL=http://172.18.8.55:9533/api -VITE_GLOB_API_URL=http://47.115.28.255:9633/api +VITE_GLOB_API_URL=http://47.115.28.255:9520/api +VITE_GLOB_SYS_API_URL=http://47.115.28.255:9520 # VITE_GLOB_API_URL=http://localhost:9527/api #Tsk Interface address # VITE_GLOB_TSK_API_URL=http://172.18.8.55:9533/api -VITE_GLOB_TSK_API_URL=http://47.115.28.255:9635/api +VITE_GLOB_TSK_API_URL=http://47.115.28.255:9520/api # VITE_GLOB_TSK_API_URL=http://localhost:9527/api # File upload address锛� optional # It can be forwarded by nginx or write the actual address directly +# 鐩存帴IIS鎴栬�呰皟璇曠敤 +# VITE_GLOB_UPLOAD_URL=http://localhost:9528/api/Base/Upload +# nginx鐢� VITE_GLOB_UPLOAD_URL=/upload +# 涓嬭浇鍦板潃 +VITE_GLOB_DOWNLOAD_URL=http://47.115.28.255:8800/files # Interface prefix VITE_GLOB_API_URL_PREFIX= -- Gitblit v1.9.3