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