From e33f97fb99549ad986cb1998f2272453572f5a1b Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期三, 01 四月 2026 15:29:38 +0800
Subject: [PATCH] 1

---
 WCS/WIDESEAWCS_Client/src/api/http.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WCS/WIDESEAWCS_Client/src/api/http.js b/WCS/WIDESEAWCS_Client/src/api/http.js
index 4d398af..94d5cee 100644
--- a/WCS/WIDESEAWCS_Client/src/api/http.js
+++ b/WCS/WIDESEAWCS_Client/src/api/http.js
@@ -22,7 +22,7 @@
 
 else if (process.env.NODE_ENV == 'production') {
     // axios.defaults.baseURL = 'http://10.168.1.226:9291';
-    axios.defaults.baseURL = 'http://10.168.1.226:9291';
+    axios.defaults.baseURL = 'http://10.168.3.68:9291:9291';
 }
 if (!axios.defaults.baseURL.endsWith('/')) {
     axios.defaults.baseURL+="/";

--
Gitblit v1.9.3