forked from drone/command-center-dashboard

chenyao
2025-03-31 5390e09386a96a6151c98910b10d310874de67ef
src/api/home/index.js
@@ -23,3 +23,19 @@
    method: 'post',
  });
};
// 任务成果
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',
  });
};