From 3465af48ba22f25a2d1bda53b0fbc2707e643f6e Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期三, 10 四月 2024 15:49:18 +0800
Subject: [PATCH] 修改josn文件位置(路径问题导致打包后找不到josn文件)

---
 springboot-vue3/src/main/resources/JsonFile/PlcAlbania.json |   14 ++------------
 1 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/springboot-vue3/src/main/resources/JsonFile/PlcAlbania.json b/springboot-vue3/src/main/resources/JsonFile/PlcAlbania.json
index bfde5fe..eed5688 100644
--- a/springboot-vue3/src/main/resources/JsonFile/PlcAlbania.json
+++ b/springboot-vue3/src/main/resources/JsonFile/PlcAlbania.json
@@ -1,6 +1,6 @@
 {
    "plcAddressBegin":"DB14.0",
-   "plcAddressLenght":"210",
+   "plcAddressLenght":"208",
    "dataType":"word",
    "parameteInfor":[
       {
@@ -22,7 +22,7 @@
           "addressIndex":"4",
           "addressLenght":"2",
           "ratio":"1",
-          "unit":"m/min"       
+          "unit":"m/min"
        },
        {
           "codeId": "IDStatus3",
@@ -409,16 +409,6 @@
          "addressLenght":"2",
          "ratio":"1",
          "unit":"mm/S"
-      },{
-         "codeId": "MainControl",
-         "addressIndex":"208",
-         "addressLenght":"2",
-         "ratio":"1",
-         "unit":"mm/S"
       }
-
-
-
-
    ]
 }

--
Gitblit v1.8.0