From ad56deb081831090408f97b1c73e61a2eaed8657 Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期二, 24 六月 2025 17:22:48 +0800
Subject: [PATCH] 整合部分Modbus和TCP Socket方式处理设备交互的逻辑

---
 config/config.comment.json |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/config/config.comment.json b/config/config.comment.json
index 5c8dc33..4acea66 100644
--- a/config/config.comment.json
+++ b/config/config.comment.json
@@ -1,9 +1,11 @@
 {
     //"WebApiUrl": "http://192.168.1.141:8901",
+    //"WebApiUrl": "http://192.168.1.67: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;",
+    //"SqlServer": "Data Source=192.168.1.87;Initial Catalog=AMS_OIMobox;User ID=sa;Password=123456;",
+    "SqlServer": "Data Source=(local);Initial Catalog=DSZSHTest;User ID=sa;Password=123456;",
     "TcpServerIp": "127.0.0.1",
     "TcpServerPort": 8085,
     "Areas": [

--
Gitblit v1.9.1