forked from drone/command-center-dashboard

zhongrj
2025-04-21 07360ad073b3fd82da76b7740cafc25518ca3e15
src/api/home/index.js
@@ -76,7 +76,7 @@
// 当前巡检任务列表
export const getTodayJob = data => {
   return request({
      url: '/drone-device-core/wayline/waylineJobInfo/todayJob',
      url: `/drone-device-core/wayline/waylineJobInfo/todayJob?current=${data.current}&size=${data.size}`,
      method: 'post',
      data,
   })