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 |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/config/config.json b/config/config.json
index bca70e9..3aa016c 100644
--- a/config/config.json
+++ b/config/config.json
@@ -1,7 +1,7 @@
 {
-    "WebApiUrl": "http://192.168.1.141: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": [
@@ -108,12 +108,6 @@
         },
         {
             "Name": "鎴愬搧鑳跺嚭搴�
-        },
-        {
-            "Name": "鎵樼洏-绌烘墭缁戝畾"
-        },
-        {
-            "Name": "濂借繍绠�绌虹缁戝畾"
         }
     ],
     "ProductionLines": [

--
Gitblit v1.9.1