From 99d001bbf2a0371373e15c97d3c6c7dcf45e97e3 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期五, 13 六月 2025 15:44:22 +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 1a177bf..81a3d4d 100644 --- a/config/config.json +++ b/config/config.json @@ -1,5 +1,5 @@ { - "WebApiUrl": "http://192.168.1.141:8901", + "WebApiUrl": "http://127.0.0.1:8901", "NdcApiUrl": "http://127.0.0.1:5201/api/order/", "ErpApiUrl": "http://127.0.0.1:8085/api/", "SqlServer": "Data Source=192.168.1.87;Initial Catalog=AMS_OIMobox;User ID=sa;Password=123456;", -- Gitblit v1.9.1