From d4b029d2697c265fd575549db79cd55bb4f9532e Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期一, 27 四月 2026 14:41:08 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/JiAnLiKu
---
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