From 428c09cb12be9c1d9f803681f34d9a33dfa8a8f3 Mon Sep 17 00:00:00 2001
From: czw <selecti@yeah.net>
Date: 星期二, 03 六月 2025 15:33:53 +0800
Subject: [PATCH] wms mes

---
 S7/Static/config.json |  106 +++++++++++++++++++++++++++--------------------------
 1 files changed, 54 insertions(+), 52 deletions(-)

diff --git a/S7/Static/config.json b/S7/Static/config.json
index a41a6d8..4b5077b 100644
--- a/S7/Static/config.json
+++ b/S7/Static/config.json
@@ -1,54 +1,56 @@
 {
-    "HostToAgvServerUrl": "vvvvvvvvvvvv",
-    "HKbaseUrl": "http://10.221.55.249:8181/",
-    "deviceInfo": [
-      {
-        "address": "0",
-        "deviceName": "缁村笇灏旀姄鑷�",
-        "deviceNo": [],
-        "location": [ "VXR1L", "VXR1R" ],
-        "deviceType": 1,
-        "enable": 1
-      },
-        {
-            "address": "0",
-            "deviceName": "缁村笇灏旀姄鑷�",
-            "deviceNo": [],
-            "location": [ "韪㈣涪韪� ],
-            "deviceType": 1,
-            "enable": 1
-        },
-        {
-            "address": "0",
-            "deviceName": "鎹风灛杈撻�1",
-            "deviceNo": [],
-            "location": [ "韪㈣涪韪� ],
-            "deviceType": 3,
-            "enable": 1
-        },
-        {
-            "address": "0",
-            "deviceName": "鎹风灛杈撻�2",
-            "deviceNo": [],
-            "location": [ "韪㈣涪韪� ],
-            "deviceType": 3,
-            "enable": 1
-        },
-        {
-            "address": "0",
-            "deviceName": "鎹风灛鎶撹噦1",
-            "deviceNo": [],
-            "location": [ "韪㈣涪韪� ],
-            "deviceType": 2,
-            "enable": 1
-        },
-        {
-            "address": "0",
-            "deviceName": "鎹风灛鎶撹噦2",
-            "deviceNo": [],
-            "location": [ "韪㈣涪韪� ],
-            "deviceType": 2,
-            "enable": 1
-        }
-    ]
+  "HostToAgvServerUrl": "vvvvvvvvvvvv",
+  "HKbaseUrl": "http://10.221.55.249:8181/",
+  "MESbaseUrl": "http://10.80.2.45:32630/",
+  "WMESbaseUrl": "http://10.80.2.45:32630/",
+  "deviceInfo": [
+    {
+      "address": "0",
+      "deviceName": "缁村笇灏旀姄鑷�",
+      "deviceNo": [],
+      "location": [ "VXR1L", "VXR1R" ],
+      "deviceType": 1,
+      "enable": 1
+    },
+    {
+      "address": "0",
+      "deviceName": "缁村笇灏旀姄鑷�",
+      "deviceNo": [],
+      "location": [ "韪㈣涪韪� ],
+      "deviceType": 1,
+      "enable": 1
+    },
+    {
+      "address": "0",
+      "deviceName": "鎹风灛杈撻�1",
+      "deviceNo": [],
+      "location": [ "韪㈣涪韪� ],
+      "deviceType": 3,
+      "enable": 1
+    },
+    {
+      "address": "0",
+      "deviceName": "鎹风灛杈撻�2",
+      "deviceNo": [],
+      "location": [ "韪㈣涪韪� ],
+      "deviceType": 3,
+      "enable": 1
+    },
+    {
+      "address": "0",
+      "deviceName": "鎹风灛鎶撹噦1",
+      "deviceNo": [],
+      "location": [ "韪㈣涪韪� ],
+      "deviceType": 2,
+      "enable": 1
+    },
+    {
+      "address": "0",
+      "deviceName": "鎹风灛鎶撹噦2",
+      "deviceNo": [],
+      "location": [ "韪㈣涪韪� ],
+      "deviceType": 2,
+      "enable": 1
+    }
+  ]
 }
\ No newline at end of file

--
Gitblit v1.9.1