import { get } from './request.js' export function getAlarmList(data) { return get('/dev-api/app/alarm/table'); }