南昌市物联网技防平台-前端
shuishen
2021-04-19 9094dea7cd9e45e4bb0a3d22a8dc1d682ca7463b
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: {}
  })
}