From 297d99836595dc9dd96d105e849355ddbdb8672a Mon Sep 17 00:00:00 2001 From: fhysy <1149505133@qq.com> Date: Fri, 6 Dec 2024 15:33:42 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=BD=91=E5=85=B3=E8=B0=83=E8=AF=95):?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=AE=BE=E5=A4=87=E5=9F=BA=E7=A1=80=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E5=AD=97=E6=AE=B5=EF=BC=8C=E5=8D=87=E7=BA=A71.0.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/renderer/src/util/config.js | 2 +- src/renderer/src/views/system/serialport/index.vue | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e55f2c3..fe4c240 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gateway-app", - "version": "1.0.7", + "version": "1.0.8", "description": "An Electron application with Vue", "main": "./out/main/index.js", "author": "example.com", diff --git a/src/renderer/src/util/config.js b/src/renderer/src/util/config.js index d5cb8d0..e54a9e3 100644 --- a/src/renderer/src/util/config.js +++ b/src/renderer/src/util/config.js @@ -33,5 +33,5 @@ export default { // url: 'http://192.168.1.17:8000', // wsUrl: 'ws://192.168.1.17:8000', // swichWsUrl: 'ws://192.168.1.17:8001', -// serialPortUrl: 'http://127.0.0.1:8888', +// serialPortUrl: 'http://192.168.1.17:8000', // } diff --git a/src/renderer/src/views/system/serialport/index.vue b/src/renderer/src/views/system/serialport/index.vue index 82658ac..97810c4 100644 --- a/src/renderer/src/views/system/serialport/index.vue +++ b/src/renderer/src/views/system/serialport/index.vue @@ -330,7 +330,7 @@ const deviceAttrList = ref([ id: 3, name: '产品主型号', startValue: 12, - lengthValue: 3, + lengthValue: 4, inputValue: '', inputLoadingStatus: false, outputValue: '', @@ -341,8 +341,8 @@ const deviceAttrList = ref([ { id: 4, name: '产品次型号', - startValue: 15, - lengthValue: 5, + startValue: 16, + lengthValue: 4, inputValue: '', inputLoadingStatus: false, outputValue: '',