轨迹接受冲突问题

main
刘妍 1 month ago
parent 49bf010dbf
commit 3b1b931200

@ -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>

Loading…
Cancel
Save