From aab722451ae376e7e6468d977a7c8c195a2245ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=A6=8D?= <1455167345@qq.com> Date: Tue, 5 Aug 2025 08:47:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E6=97=A0=E4=BA=BA=E6=9C=BA?= =?UTF-8?q?=E7=9B=B4=E6=92=AD=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../demo/workmanagement/flightoperation/src/LivePreview.vue | 2 +- .../demo/workmanagement/flightoperation/src/UAVInformation.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,