From 47c7125300d085d39f47af07194c6cd3c1444948 Mon Sep 17 00:00:00 2001 From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com> Date: 星期三, 25 六月 2025 17:17:49 +0800 Subject: [PATCH] 修复大小写问题并更新版本信息 --- CodeManagement/WMS/WIDESEA_WMSClient/src/api/http.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CodeManagement/WMS/WIDESEA_WMSClient/src/api/http.js b/CodeManagement/WMS/WIDESEA_WMSClient/src/api/http.js index 11f4b7d..f4ca1d1 100644 --- a/CodeManagement/WMS/WIDESEA_WMSClient/src/api/http.js +++ b/CodeManagement/WMS/WIDESEA_WMSClient/src/api/http.js @@ -11,8 +11,8 @@ let loadingInstance let loadingStatus = false if (process.env.NODE_ENV == 'development') { - // axios.defaults.baseURL = 'http://localhost:5000/'; - axios.defaults.baseURL = 'http://192.168.65.253:5000/'; + axios.defaults.baseURL = 'http://localhost:5000/'; + // axios.defaults.baseURL = 'http://192.168.65.253:5000/'; } else if (process.env.NODE_ENV == 'debug') { axios.defaults.baseURL = 'http://192.168.65.253:5000/'; -- Gitblit v1.9.3