龚焕茏
2024-04-11 725f07f7b46edef47c656bad40d1b92c30a0570c
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({