forked from drone/command-center-dashboard

shuishen
2025-04-16 6c0eaf8a5698e8fc9ea2f0dbccda7d48838c8c1a
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,
   })