From dccc001554c6c5376482df77f929c0d49b258844 Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期三, 04 二月 2026 08:58:00 +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