更换无人机直播流

main
刘妍 2025-08-05 08:47:33 +08:00
parent 5bca862b60
commit aab722451a
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@
top.value = pageHeight - 820;
}
let player;
const liveCode = ref('6');
const liveCode = ref('7');
watch(
() => props.airportLiveVisible,
(val) => {

View File

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