南昌市物联网技防平台-前端
Administrator
2021-04-26 d2383826f73f8b0e35e25a4b1a33c0fa1d50bef2
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: {}
  })
}