export const alarmLeval = { 1: '紧急', 2: '重要', 3: '一般', } export const ConnectStatusEnum = { 0: '连接正常', 1: '连接异常' }