diff --git a/src/views/demo/workmanagement/flightoperation/src/LivePreview.vue b/src/views/demo/workmanagement/flightoperation/src/LivePreview.vue index 5f8e25a..cc0158a 100644 --- a/src/views/demo/workmanagement/flightoperation/src/LivePreview.vue +++ b/src/views/demo/workmanagement/flightoperation/src/LivePreview.vue @@ -104,7 +104,7 @@ top.value = pageHeight - 820; } let player; - const liveCode = ref('6'); + const liveCode = ref('7'); watch( () => props.airportLiveVisible, (val) => { diff --git a/src/views/demo/workmanagement/flightoperation/src/UAVInformation.vue b/src/views/demo/workmanagement/flightoperation/src/UAVInformation.vue index ce9cd24..3891ab9 100644 --- a/src/views/demo/workmanagement/flightoperation/src/UAVInformation.vue +++ b/src/views/demo/workmanagement/flightoperation/src/UAVInformation.vue @@ -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,