forked from drone/command-center-dashboard

罗广辉
2025-04-09 47676852e4211bd98e71abb0dc91e1d25be93baf
src/api/home/task.js
@@ -90,7 +90,13 @@
   return request({
      url: `/drone-device-core/manage/api/v1/devices/getFlyingNestBy?current=${data.page}&size=${data.limit}`,
      method: 'post',
      data
      data: {
         wayline_id: data.wayline_id,
         type: data.type,
         latitude: data.latitude,
         longitude: data.longitude,
         polygon: data.polygon
      },
   })
}
@@ -103,5 +109,15 @@
   })
}
// 面状航线
export const getWaylineByArea = (data) => {
   return request({
      url: `/drone-device-core/wayline/api/v1/workspaces/getWaylineByArea`,
      method: 'post',
      data,
   })
}