From e2ec31cc0062b3c1af621437554aa9a3505d2a56 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期五, 23 五月 2025 17:26:55 +0800 Subject: [PATCH] 优化产线安全交互的部分,优化AGV调试接口 --- config/config.json | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/config.json b/config/config.json index 04cdfe5..3aa016c 100644 --- a/config/config.json +++ b/config/config.json @@ -1,7 +1,7 @@ { - "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;", + "SqlServer": "Data Source=192.168.1.87;Initial Catalog=AMS_OIMobox;User ID=sa;Password=123456;", "TcpServerIp": "127.0.0.1", "TcpServerPort": 8085, "Areas": [ @@ -98,16 +98,16 @@ "EndAreas": [ "HJQ1" ] }, { - "Name": "鎶芥" + "Name": "鎶芥-鍑哄簱" + }, + { + "Name": "鎶芥-鍚堟牸鍥炲簱" + }, + { + "Name": "鎶芥-涓嶅悎鏍肩Щ搴� }, { "Name": "鎴愬搧鑳跺嚭搴� - }, - { - "Name": "鎵樼洏-绌烘墭缁戝畾" - }, - { - "Name": "濂借繍绠�绌虹缁戝畾" } ], "ProductionLines": [ -- Gitblit v1.9.1