fix: 协议列表提出公共变量
This commit is contained in:
parent
d4a5783555
commit
ff3a38880a
|
@ -50,3 +50,9 @@ export const SystemConst = {
|
|||
|
||||
export const USER_CENTER_MENU_CODE = 'account-center'
|
||||
export const USER_CENTER_MENU_BUTTON_CODE = 'user-center-passwd-update'
|
||||
|
||||
/**协议列表 */
|
||||
export const protocolList = [
|
||||
{ label: 'OPC-UA', value: 'OPC_UA', alias: 'opc-ua' },
|
||||
{ label: 'Modbus/TCP', value: 'MODBUS_TCP', alias: 'modbus-tcp' },
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue