fix(网关调试):调整设备基础参数字段,升级1.0.8

This commit is contained in:
fhysy 2024-12-06 15:33:42 +08:00
parent 9a143c26b0
commit 297d998365
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "gateway-app", "name": "gateway-app",
"version": "1.0.7", "version": "1.0.8",
"description": "An Electron application with Vue", "description": "An Electron application with Vue",
"main": "./out/main/index.js", "main": "./out/main/index.js",
"author": "example.com", "author": "example.com",

View File

@ -33,5 +33,5 @@ export default {
// url: 'http://192.168.1.17:8000', // url: 'http://192.168.1.17:8000',
// wsUrl: 'ws://192.168.1.17:8000', // wsUrl: 'ws://192.168.1.17:8000',
// swichWsUrl: 'ws://192.168.1.17:8001', // swichWsUrl: 'ws://192.168.1.17:8001',
// serialPortUrl: 'http://127.0.0.1:8888', // serialPortUrl: 'http://192.168.1.17:8000',
// } // }

View File

@ -330,7 +330,7 @@ const deviceAttrList = ref([
id: 3, id: 3,
name: '产品主型号', name: '产品主型号',
startValue: 12, startValue: 12,
lengthValue: 3, lengthValue: 4,
inputValue: '', inputValue: '',
inputLoadingStatus: false, inputLoadingStatus: false,
outputValue: '', outputValue: '',
@ -341,8 +341,8 @@ const deviceAttrList = ref([
{ {
id: 4, id: 4,
name: '产品次型号', name: '产品次型号',
startValue: 15, startValue: 16,
lengthValue: 5, lengthValue: 4,
inputValue: '', inputValue: '',
inputLoadingStatus: false, inputLoadingStatus: false,
outputValue: '', outputValue: '',