徐景良 1 month ago
commit 4db89e8dc5

@ -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…
Cancel
Save