无人机管理后台前端(已迁走)
rain
2025-06-12 0082fa417fb2af9add3406bf05ab3e3e45890c34
src/api/device/device.js
@@ -133,4 +133,14 @@
    url: '/drone-device-core/manage/api/v1/devices/getAirportList',
    method: 'get',
  });
};
};
//可飞行机巢列表
export const getFlyingNestBy = (param) => {
  return request({
    url: '/drone-device-core/manage/api/v1/devices/getFlyingNestBy',
    method: 'post',
    data:param
  });
};