From 6a7257f9d8f659c508cf826726126c0fa4363eef Mon Sep 17 00:00:00 2001 From: YangYuGang <1378265336@qq.com> Date: 星期一, 14 四月 2025 17:04:39 +0800 Subject: [PATCH] 盘点单没有数据时一直加载中 --- .env.production | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.env.production b/.env.production index 686cc2a..afe32fe 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-08-27 09:32:23 ### # Whether to open mock VITE_USE_MOCK = false @@ -19,9 +19,10 @@ # 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://47.115.28.255:9520/api +VITE_GLOB_SYS_API_URL=http://47.115.28.255:9520 +VITE_GLOB_TSK_API_URL=http://47.115.28.255:9520/api +VITE_GLOB_WS_URL=ws://47.115.28.255:7519 # File upload address锛� optional # It can be forwarded by nginx or write the actual address directly @@ -34,4 +35,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