From 62541dd3e9ea18836bec9ab6f35d2a7b9dd1e741 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期五, 07 六月 2024 20:17:49 +0800
Subject: [PATCH] 登录更改

---
 .env.production |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/.env.production b/.env.production
index 489146e..6294b5d 100644
--- a/.env.production
+++ b/.env.production
@@ -13,13 +13,15 @@
 # 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://172.16.80.40:9527/api
+#VITE_GLOB_SYS_API_URL=http://172.16.80.40:9527
 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:9520/api
-# VITE_GLOB_TSK_API_URL=http://localhost:9527/api
+# VITE_GLOB_TSK_API_URL=http://172.16.80.40:9527/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
@@ -28,6 +30,7 @@
 # nginx鐢�
 VITE_GLOB_UPLOAD_URL=/upload
 # 涓嬭浇鍦板潃
+# VITE_GLOB_DOWNLOAD_URL=http://172.16.80.40/files
 VITE_GLOB_DOWNLOAD_URL=http://47.115.28.255:8800/files
 
 # Interface prefix
@@ -35,4 +38,4 @@
 # mapKey
 VITE_GLOB_MAP_KEY = 4I4BZ-HLFC4-WRLUP-XXYTX-FFHY2-DQFH4
 
-VITE_USE_ORG = false
+VITE_USE_ORG = 'N'

--
Gitblit v1.9.3