forked from drone/command-center-dashboard

罗广辉
2025-03-31 a2b9df511eec2ed1c9193cdf6e9f9659e5936898
src/api/home/index.js
@@ -15,3 +15,11 @@
    method: 'post',
  });
};
// 巡检任务柱状图数据
export const getJobNumBar = () => {
  return request({
    url: '/drone-device-core/wayline/waylineJobInfo/jobNumBar',
    method: 'post',
  });
};