From 58a1b8b7db72225e0c2acca4f76399899f1bda4f Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期五, 09 一月 2026 15:14:41 +0800
Subject: [PATCH] 1

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

diff --git a/WMS/WIDESEA_WMSClient/src/api/http.js b/WMS/WIDESEA_WMSClient/src/api/http.js
index 05cbb7e..0fa83f7 100644
--- a/WMS/WIDESEA_WMSClient/src/api/http.js
+++ b/WMS/WIDESEA_WMSClient/src/api/http.js
@@ -12,12 +12,12 @@
 let loadingInstance;
 let loadingStatus = false;
 if (process.env.NODE_ENV == 'development') {
-    // axios.defaults.baseURL = 'http://10.168.1.226:9290';
-    axios.defaults.baseURL = 'http://127.0.0.1:9290';
+    axios.defaults.baseURL = 'http://10.168.1.226:9290';
+    // axios.defaults.baseURL = 'http://127.0.0.1:9290';
 }
 else if (process.env.NODE_ENV == 'debug') {
-    // axios.defaults.baseURL = 'http://10.168.1.226:9290';
-    axios.defaults.baseURL = 'http://127.0.0.1:9290';
+    axios.defaults.baseURL = 'http://10.168.1.226:9290';
+    // axios.defaults.baseURL = 'http://127.0.0.1:9290';
 }
 
 else if (process.env.NODE_ENV == 'production') {

--
Gitblit v1.9.3