From 227f4259effd028b9c8d917c8e59a3e79a19d10f Mon Sep 17 00:00:00 2001 From: chenyong <chenyong@hnkhzn.com> Date: 星期四, 15 五月 2025 09:18:09 +0800 Subject: [PATCH] 三楼大屏 --- CodeManagement/WMS/WIDESEA_WMSClient/src/api/http.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CodeManagement/WMS/WIDESEA_WMSClient/src/api/http.js b/CodeManagement/WMS/WIDESEA_WMSClient/src/api/http.js index 530eba7..405f503 100644 --- a/CodeManagement/WMS/WIDESEA_WMSClient/src/api/http.js +++ b/CodeManagement/WMS/WIDESEA_WMSClient/src/api/http.js @@ -19,7 +19,7 @@ } else if (process.env.NODE_ENV == 'production') { // axios.defaults.baseURL = 'http://127.0.0.1:5000/'; - axios.defaults.baseURL = 'http://192.168.90.253:5000/'; + axios.defaults.baseURL = 'http://192.168.65.253:5000/'; } //axios.defaults.baseURL = 'http://api.volcore.xyz/'; -- Gitblit v1.9.3