forked from drone/command-center-dashboard

chenyao
2025-04-14 3a8d7ebd8475106965081c1dde022ea3642e9d93
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,
   })