fix: 协议列表提出公共变量

This commit is contained in:
haodd 2023-07-13 17:12:05 +08:00
parent d4a5783555
commit ff3a38880a
1 changed files with 6 additions and 0 deletions

View File

@ -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' },
]