zxl
2025-03-25 58f1c5870a8a02b3b858eb7e6714397c731c510f
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',
  })
}