更换无人机直播流
parent
5bca862b60
commit
aab722451a
|
|
@ -104,7 +104,7 @@
|
|||
top.value = pageHeight - 820;
|
||||
}
|
||||
let player;
|
||||
const liveCode = ref('6');
|
||||
const liveCode = ref('7');
|
||||
watch(
|
||||
() => props.airportLiveVisible,
|
||||
(val) => {
|
||||
|
|
|
|||
|
|
@ -141,7 +141,7 @@
|
|||
const airPort = airPortStoreVal.getAirport;
|
||||
const uav = airPortStoreVal.getUAV;
|
||||
const live_info = airPortStoreVal.getLiveInfo;
|
||||
const liveCode = ref('6');
|
||||
const liveCode = ref('7');
|
||||
const emits = defineEmits(['changeLoadControl', 'changeFlightControl', 'loadLiveStreaming']);
|
||||
const props = defineProps({
|
||||
msgData: Object,
|
||||
|
|
|
|||
Loading…
Reference in New Issue