fix(网关调试):调整设备基础参数字段,升级1.0.8
This commit is contained in:
parent
9a143c26b0
commit
297d998365
|
@ -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",
|
||||
|
|
|
@ -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',
|
||||
// }
|
||||
|
|
|
@ -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: '',
|
||||
|
|
Loading…
Reference in New Issue