From 2e2ec72bdefad3ff51c786721f11b0d8b82d8b1b Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期二, 20 八月 2024 15:04:07 +0800 Subject: [PATCH] 打印模板更新 --- .env.production | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.env.production b/.env.production index 42f4563..1093946 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-07-25 09:46:02 ### # Whether to open mock VITE_USE_MOCK = false @@ -19,19 +19,20 @@ # 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 +VITE_GLOB_TSK_API_URL=http://localhost:9633/api +VITE_GLOB_WS_URL=http://localhost:7519 # File upload address锛� optional # 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://47.115.28.255:8800/files # Interface prefix VITE_GLOB_API_URL_PREFIX = +VITE_GLOB_MAP_KEY = 4I4BZ-HLFC4-WRLUP-XXYTX-FFHY2-DQFH4 VITE_USE_ORG = 'N' +#systm type WMS/MES +VITE_GLOB_SYS_TYPE = MES -- Gitblit v1.9.3