forked from drone/command-center-dashboard

罗广辉
2025-03-31 46f05dd23583a4a4b58f136a4b6f2d32eb91be5a
src/api/home/index.js
@@ -45,3 +45,19 @@
    data
  });
};
// 任务成果
export const getMediaFileCountBy = () => {
  return request({
    url: 'blade-resource/media/api/v1/workspaces/files/getMediaFileCountBy',
    method: 'get',
  });
};
// 降本增效
export const optimizeCostEfficiency = () => {
  return request({
    url: 'drone-device-core/manage/api/v1/devices/optimizeCostEfficiency',
    method: 'get',
  });
};