zxl
2025-05-26 74d3009146d83a272286e1d5e60d38a13a3f3c89
src/api/platform/data-center.js
@@ -9,3 +9,18 @@
  })
}
// 清理一机一档
export function clearMonitor() {
  return request({
    url: '/data/center/assetManagement/clear',
    method: 'delete',
  })
}
// 清理一机一档
export function assetManagementCount() {
  return request({
    url: '/data/center/assetManagement/count',
    method: 'get',
  })
}