import { BASE_URL } from '../index'; export enum gatewayAlarmApi { getTableList = `${BASE_URL}/api/AlarmGatewayLog/selectAlarmGatewayLog`, //网关告警 列表 }