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 | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env.production b/.env.production index 1093946..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-25 09:46:02 + # @LastEditTime: 2024-08-27 09:32:23 ### # Whether to open mock VITE_USE_MOCK = false @@ -19,10 +19,10 @@ # Basic interface address SPA -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 -VITE_GLOB_WS_URL=http://localhost:7519 +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 -- Gitblit v1.9.3