xiangpei
2024-08-29 ca18425f8cb3b9e09cc1a1df31d7b91f77bb7566
src/api/platform/monitor.js
@@ -9,6 +9,22 @@
  })
}
// 查询设备资产统计数
export function videoCount(type) {
  return request({
    url: '/system/monitor/getVideoCount/' + type,
    method: 'get'
  })
}
// 查询异常恢复设备资产统计数
export function recoveryException() {
  return request({
    url: '/system/monitor/recoveryException',
    method: 'get'
  })
}
// 查询设备资产详细
export function getMonitor(id) {
  return request({