From de7e6c408b6209158b08991d729c4bcc72055eec Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期四, 20 六月 2024 00:30:52 +0800
Subject: [PATCH] 产品工艺路线

---
 .env.production |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/.env.production b/.env.production
index 42f4563..be2d447 100644
--- a/.env.production
+++ b/.env.production
@@ -4,7 +4,7 @@
  # @version: 
  # @Date: 2024-06-17 14:51:25
  # @LastEditors: Ben Lin
- # @LastEditTime: 2024-06-18 10:41:08
+ # @LastEditTime: 2024-06-18 22:25:27
 ### 
 # Whether to open mock
 VITE_USE_MOCK = false
@@ -19,9 +19,6 @@
 
 
 # Basic interface address SPA
-# VITE_GLOB_API_URL=http://172.16.80.40:9527/api
-# VITE_GLOB_SYS_API_URL=http://172.16.80.40:9527
-# VITE_GLOB_TSK_API_URL=http://172.16.80.40:9527/api
 VITE_GLOB_API_URL=http://localhost:9527/api
 VITE_GLOB_SYS_API_URL=http://localhost:9527
 VITE_GLOB_TSK_API_URL=http://localhost:9527/api
@@ -30,7 +27,7 @@
 # It can be forwarded by nginx or write the actual address directly
 VITE_GLOB_UPLOAD_URL = /upload
 # 涓嬭浇鍦板潃
-VITE_GLOB_DOWNLOAD_URL=http://172.16.80.40/files
+VITE_GLOB_DOWNLOAD_URL=http://localhost:8800/files
 
 # Interface prefix
 VITE_GLOB_API_URL_PREFIX =

--
Gitblit v1.9.3