zxl
3 天以前 b599374e54fcb8fc56e6ccc8efe5f2b3f3d20716
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',
  })
}