南昌市物联网技防平台-前端
tangzy
2021-04-10 03e846a1b729ae65da0764dedd7d714ef5a27a2b
src/api/supervisory/data.js
@@ -6,4 +6,28 @@
    method: 'get',
    params: {}
  })
}
export const getEquipmentList = () => {
  return request({
    url: '/api/blade-jfpts/alarm/alarm/selectEq',
    method: 'get',
    params: {}
  })
}
export const getDayWarnList = () => {
  return request({
    url: '/api/blade-jfpts/alarm/alarm/selectAlertScount',
    method: 'get',
    params: {}
  })
}
export const getEquipment = () => {
  return request({
    url: '/api/blade-jfpts/equipment/equipment/SeleC',
    method: 'post',
    params: {}
  })
}