zxl
2025-03-25 58f1c5870a8a02b3b858eb7e6714397c731c510f
src/api/platform/monitor.js
@@ -9,6 +9,24 @@
  })
}
// 查询设备资产统计数
export function videoCount(query) {
  return request({
    url: '/system/monitor/getVideoCount',
    method: 'get',
    params: query
  })
}
// 查询异常恢复设备资产统计数
export function recoveryException(query) {
  return request({
    url: '/system/monitor/recoveryException',
    method: 'get',
    params: query
  })
}
// 查询设备资产详细
export function getMonitor(id) {
  return request({