zxl
2025-11-06 09f0861e61e69e2d818eafc7b9edbd17cf0822d4
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',
  })
}