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({