fuliqi
2024-04-03 7f356bf22e4fe731e2b79ca3877e7c702eaf0704
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({