Browse Source

增加串口配置2

simplify_dependencies
CODE 1 year ago
parent
commit
d50be8a368
  1. 7
      console/client/src/sections/console/containers/setUp.js

7
console/client/src/sections/console/containers/setUp.js

@ -172,10 +172,15 @@ function SetUp ({ dispatch, craneData }) {
type: 'string',
},
{
label: '串口配置',
label: '串口配置1',
name: 'serial_port',
type: 'string',
},
{
label: '串口配置2',
name: 'serial_port2',
type: 'string',
},
])
initData()
}

Loading…
Cancel
Save