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

---
 .env.development |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/.env.development b/.env.development
index d8873db..e0d0694 100644
--- a/.env.development
+++ b/.env.development
@@ -5,18 +5,23 @@
 VITE_PUBLIC_PATH = /
 
 # Basic interface address SPA
-VITE_GLOB_API_URL=http://localhost:9633/api
+VITE_GLOB_API_URL=http://localhost:9528/api
+VITE_GLOB_SYS_API_URL=http://localhost:9528
  #VITE_GLOB_API_URL=http://172.18.8.56:9633/api
 # VITE_GLOB_API_URL=http://localhost:9633/api
 #Tsk Interface address
 # VITE_GLOB_TSK_API_URL=http://172.18.8.56:9633/api
 # VITE_GLOB_TSK_API_URL=http://localhost:9633/api
 
-VITE_GLOB_TSK_API_URL=http://localhost:9633/api
+VITE_GLOB_TSK_API_URL=http://localhost:9528/api
 # VITE_GLOB_TSK_API_URL=http://localhost:9527/api
 
 # File upload address锛� optional
-VITE_GLOB_UPLOAD_URL=/upload
+# 鐩存帴IIS鎴栬�呰皟璇曠敤
+VITE_GLOB_UPLOAD_URL=http://localhost:9528/api/Base/Upload
+VITE_GLOB_DOWNLOAD_URL=http://47.115.28.255:8800/files
 
 # Interface prefix
 VITE_GLOB_API_URL_PREFIX=
+
+VITE_USE_ORG = false

--
Gitblit v1.9.3