2024-08-14 09:55:56 +08:00
|
|
|
import { BASE_URL } from '../index';
|
2024-07-23 14:28:49 +08:00
|
|
|
export enum gatewayAlarmApi {
|
2024-08-14 09:55:56 +08:00
|
|
|
getTableList = `${BASE_URL}/api/AlarmGatewayLog/selectAlarmGatewayLog`, //网关告警 列表
|
2024-07-23 14:28:49 +08:00
|
|
|
}
|