From d9e0d8f77f29c00b14925f8398bc526682c9dd38 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期二, 23 七月 2024 16:56:48 +0800
Subject: [PATCH] 增加系统配置项VITE_GLOB_SYS_TYPE, WMS/MES

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

diff --git a/.env.production b/.env.production
index 686cc2a..fe4f16b 100644
--- a/.env.production
+++ b/.env.production
@@ -4,7 +4,7 @@
  # @version: 
  # @Date: 2024-06-17 14:51:25
  # @LastEditors: Ben Lin
- # @LastEditTime: 2024-07-19 17:42:40
+ # @LastEditTime: 2024-07-23 16:55:36
 ### 
 # Whether to open mock
 VITE_USE_MOCK = false
@@ -19,9 +19,9 @@
 
 
 # Basic interface address SPA
-VITE_GLOB_API_URL=http://47.115.28.255:9633/api
-VITE_GLOB_SYS_API_URL=http://47.115.28.255:9633
-VITE_GLOB_TSK_API_URL=http://47.115.28.255:9633/api
+VITE_GLOB_API_URL=http://localhost:9527/api
+VITE_GLOB_SYS_API_URL=http://localhost:9527
+VITE_GLOB_TSK_API_URL=http://localhost:9633/api
 
 # File upload address锛� optional
 # It can be forwarded by nginx or write the actual address directly
@@ -34,4 +34,4 @@
 VITE_GLOB_MAP_KEY = 4I4BZ-HLFC4-WRLUP-XXYTX-FFHY2-DQFH4
 VITE_USE_ORG = 'N'
 #systm type WMS/MES
-VITE_APP_TYPE = WMS
+VITE_GLOB_SYS_TYPE = MES

--
Gitblit v1.9.3