From a610ca9e97f456a7e87cb407bf6e353672472ec5 Mon Sep 17 00:00:00 2001
From: xxyy <cathay_xy@163.com>
Date: 星期五, 07 三月 2025 13:49:44 +0800
Subject: [PATCH] 修复组件属性并更新路由配置

---
 Code Management/WMS/WIDESEA_WMSClient/src/api/http.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Code Management/WMS/WIDESEA_WMSClient/src/api/http.js b/Code Management/WMS/WIDESEA_WMSClient/src/api/http.js
index 6b34366..a37567d 100644
--- a/Code Management/WMS/WIDESEA_WMSClient/src/api/http.js
+++ b/Code Management/WMS/WIDESEA_WMSClient/src/api/http.js
@@ -11,7 +11,7 @@
 let loadingInstance
 let loadingStatus = false
 if (process.env.NODE_ENV == 'development') {
-  axios.defaults.baseURL = 'http://localhost:5000/';
+   axios.defaults.baseURL = 'http://localhost:5000/';
   // axios.defaults.baseURL = 'http://192.168.20.251:5000/';
 }
 else if (process.env.NODE_ENV == 'debug') {
@@ -19,7 +19,7 @@
 }
 else if (process.env.NODE_ENV == 'production') {
   // axios.defaults.baseURL = 'http://127.0.0.1:5000/';
-  axios.defaults.baseURL = 'http://192.168.5.251:5000/';
+  axios.defaults.baseURL = 'http://192.168.20.251:5000/';
 }
 
 //axios.defaults.baseURL = 'http://api.volcore.xyz/';

--
Gitblit v1.9.3