From 1af49bdb3cdaa44a7e44ebdc843fb8180596365f Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期四, 15 五月 2025 16:34:39 +0800
Subject: [PATCH] 尾箱回库、移库逻辑开发

---
 config/config.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/config/config.json b/config/config.json
index 4436b8f..bca70e9 100644
--- a/config/config.json
+++ b/config/config.json
@@ -1,5 +1,5 @@
 {
-    "WebApiUrl": "http://127.0.0.1:8901/",
+    "WebApiUrl": "http://192.168.1.141:8901/",
     "NdcApiUrl": "http://127.0.0.1:5201/api/order/",
     "SqlServer": "Data Source=(local);Initial Catalog=DSZSHTest;User ID=sa;Password=123456;",
     "TcpServerIp": "127.0.0.1",

--
Gitblit v1.9.1