forked from drone/command-center-dashboard

chenyao
2025-04-09 bdb66cf55723eab8ce633a2babea25d315cab0d5
src/api/home/task.js
@@ -92,7 +92,10 @@
      method: 'post',
      data: {
         wayline_id: data.wayline_id,
         type: data.type
         type: data.type,
         latitude: data.latitude,
         longitude: data.longitude,
         polygon: data.polygon
      },
   })
}
@@ -106,5 +109,15 @@
   })
}
// 面状航线
export const getWaylineByArea = (data) => {
   return request({
      url: `/drone-device-core/wayline/api/v1/workspaces/getWaylineByArea`,
      method: 'post',
      data,
   })
}