forked from drone/command-center-dashboard

罗广辉
2025-04-14 ba2f8eae0dfd804ca422915981874c0d91965b42
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,
   })