From fd5a43c2e677740482b8d25195120ffa75c5ac77 Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期一, 19 一月 2026 15:47:29 +0800
Subject: [PATCH] 1
---
WCS/WIDESEAWCS_Client/src/api/http.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/WCS/WIDESEAWCS_Client/src/api/http.js b/WCS/WIDESEAWCS_Client/src/api/http.js
index 85e3ebe..4d398af 100644
--- a/WCS/WIDESEAWCS_Client/src/api/http.js
+++ b/WCS/WIDESEAWCS_Client/src/api/http.js
@@ -13,16 +13,16 @@
let loadingStatus = false;
if (process.env.NODE_ENV == 'development') {
// axios.defaults.baseURL = 'http://10.168.1.226:9291';
- axios.defaults.baseURL = 'http://127.0.0.1:9291/';
+ axios.defaults.baseURL = 'http://127.0.0.1:9291';
}
else if (process.env.NODE_ENV == 'debug') {
// axios.defaults.baseURL = 'http://10.168.1.226:9291';
- axios.defaults.baseURL = 'http://127.0.0.1:8098/';
+ axios.defaults.baseURL = 'http://127.0.0.1:9291';
}
else if (process.env.NODE_ENV == 'production') {
// axios.defaults.baseURL = 'http://10.168.1.226:9291';
- axios.defaults.baseURL = 'http://10.30.4.92:9281/';
+ axios.defaults.baseURL = 'http://10.168.1.226:9291';
}
if (!axios.defaults.baseURL.endsWith('/')) {
axios.defaults.baseURL+="/";
--
Gitblit v1.9.3