无人机管理后台前端(已迁走)
shuishen
2025-05-19 2dfc8dc4bcd3d3cd4aed1b6054e073e140eba9c8
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
  });
};