From 06bc8ee02717f3ee80483d15a52c753cb6df9432 Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期三, 04 二月 2026 08:48:15 +0800
Subject: [PATCH] 1

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

diff --git a/WMS/WIDESEA_WMSClient/src/api/http.js b/WMS/WIDESEA_WMSClient/src/api/http.js
index 05cbb7e..818bd3c 100644
--- a/WMS/WIDESEA_WMSClient/src/api/http.js
+++ b/WMS/WIDESEA_WMSClient/src/api/http.js
@@ -12,12 +12,15 @@
 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