From a87eee72770da479f043462787c17c534062a318 Mon Sep 17 00:00:00 2001
From: zhangchengsong <zhangchengsong@hnkhzn.com>
Date: 星期三, 01 四月 2026 09:25:06 +0800
Subject: [PATCH] 添加手动创建出入任务功能

---
 项目代码/WIDESEAWCS_Client/public/webconfig.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Client/public/webconfig.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Client/public/webconfig.js"
index 693ec66..71ffa4d 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Client/public/webconfig.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Client/public/webconfig.js"
@@ -1,3 +1,5 @@
 window.webConfig = {
-    "webApiBaseUrl": "http://10.10.10.187:9291/"
+    // "webApiBaseUrl": "http://10.10.10.187:9291/"
+    "webApiBaseUrl": "http://127.0.0.1:9291/"
+
 }
\ No newline at end of file

--
Gitblit v1.9.3