zxl
2025-10-28 e5d499ae6a4e6b320f71c49987b76cc11f6bc1e4
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',
  })
}