From c0e49798942411b5dc57169d50f707c0bb247d25 Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期一, 02 三月 2026 15:02:39 +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