From 56f8789d960e0e84f50cdf6a425b3e3a401ba884 Mon Sep 17 00:00:00 2001
From: xxyy <cathay_xy@163.com>
Date: 星期四, 27 三月 2025 09:32:20 +0800
Subject: [PATCH] 更新 .gitignore 和 Dt_TaskService.cs 文件

---
 Code Management/WMS/WIDESEA_WMSClient/src/api/http.js |    2 +-
 1 files changed, 1 insertions(+), 1 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..efcdc6d 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') {

--
Gitblit v1.9.3