From bdd95a61d27eba4f339f0a9c824940c6da143cdb Mon Sep 17 00:00:00 2001
From: chenyong <chenyong@hnkhzn.com>
Date: 星期五, 16 一月 2026 11:46:01 +0800
Subject: [PATCH] 1

---
 Code Management/WMS/WIDESEA_WMSClient/src/api/http.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Code Management/WMS/WIDESEA_WMSClient/src/api/http.js b/Code Management/WMS/WIDESEA_WMSClient/src/api/http.js
index 1dcbe7f..2c35d4e 100644
--- a/Code Management/WMS/WIDESEA_WMSClient/src/api/http.js
+++ b/Code Management/WMS/WIDESEA_WMSClient/src/api/http.js
@@ -15,11 +15,11 @@
   // axios.defaults.baseURL = 'http://192.168.15.253:5000/';
 }
 else if (process.env.NODE_ENV == 'debug') {
-  axios.defaults.baseURL = 'http://192.168.15.253:5000/';
+  axios.defaults.baseURL = 'http://192.168.20.253:5000/';
 }
 else if (process.env.NODE_ENV == 'production') {
   // axios.defaults.baseURL = 'http://127.0.0.1:5000/';
-  axios.defaults.baseURL = 'http://192.168.15.253:5000/';
+  axios.defaults.baseURL = 'http://192.168.20.253:5000/';
 }
 
 //axios.defaults.baseURL = 'http://api.volcore.xyz/';

--
Gitblit v1.9.3