吉安感知网项目-前端
chenyao
2026-02-06 6cea331061e84d6c81801bc411d32b14f060c3a6
uniapps/work-wx/src/api/index.js
@@ -103,6 +103,14 @@
  })
}
// 飞行计划提交
export const flightPlanSubmitApi = id => {
  return request({
    url: `/webservice/flightPlan/submit/${id}`,
    method: 'post',
  })
}
// 选择航线
export const flightRoutePageInfoApi = data => {
  return request({