@ -262,10 +262,10 @@
changeSelectValue.value = value;
const topicUrl = 'thing/product/' + airPortInfo.sn + '/osd';
// 订阅机场消息
clientSubscribe(topicUrl, { qos: 0 });
clientSubscribe(topicUrl, { qos: 1 });
const topicUAVUrl = 'thing/product/' + UAVinfo.sn + '/osd';
// 订阅飞行器消息
clientSubscribe(topicUAVUrl, { qos: 0 });
clientSubscribe(topicUAVUrl, { qos: 1 });
};
</script>
<style lang="less" scoped>