瀏覽代碼

debug问题修改

yejian 3 年之前
父節點
當前提交
52b33cc3c1

+ 3 - 3
imcs-admin-boot/imcs-common/src/main/java/com/github/zuihou/common/constant/DictionaryKey.java

@@ -142,9 +142,9 @@ public interface DictionaryKey {
     //设备分类
     Map<String, Map<String, String>> PLC_CATEGORY = new HashMap<String, Map<String, String>>(){
         {
-            put("capsule", new HashMap<String,String>(){{put("url", "192.168.170.150");put("port", "4840");}});
-            put("framework", new HashMap<String,String>(){{put("url", "192.168.170.170");put("port", "4840");}});
-            put("safeguard", new HashMap<String,String>(){{put("url", "192.168.170.130");put("port", "4840");}});
+            put("capsule", new HashMap<String,String>(){{put("url", "192.168.170.150");put("port", "102");}});
+            put("framework", new HashMap<String,String>(){{put("url", "192.168.170.170");put("port", "102");}});
+            put("safeguard", new HashMap<String,String>(){{put("url", "192.168.170.130");put("port", "102");}});
         }
     };