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