From 4b3804fce88a0fed9f7f25a68ceb87caddda195f Mon Sep 17 00:00:00 2001 From: "WORK\\64751" <64751245@qq.com> Date: Mon, 25 Aug 2025 14:27:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=B6=E6=AE=B5=E6=80=A7=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/carbin/components/flying.vue | 7 +++- src/views/carbin/index.vue | 54 +++++++++++++------------- src/views/carbin/toolComp/screen.vue | 2 +- 3 files changed, 33 insertions(+), 30 deletions(-) diff --git a/src/views/carbin/components/flying.vue b/src/views/carbin/components/flying.vue index 91273c2..921c8dc 100644 --- a/src/views/carbin/components/flying.vue +++ b/src/views/carbin/components/flying.vue @@ -12,6 +12,7 @@ import { reactive, } from 'vue' import { useAirPortSocketStore } from '@/stores/airportSocket.js' +const ScreenComp = defineAsyncComponent(() => import('@/views/carbin/toolComp/screen.vue')) const emits = defineEmits(['switchView']) @@ -94,6 +95,8 @@ let planeStateList = reactive({ }, }) let selectedAirPort = ref(1) +//飞前是舱内 飞中是舱外 +let small_area_showType = ref('video_in') //切换显示模式 const switchView = (viewtype) => { @@ -190,7 +193,9 @@ airPortSocketStore.$subscribe((mutate, state) => { class="w-[250px] aspect-video h-full bg-[#bdbdbd] ml-2.5 px-2 py-1 rounded relative overflow-hidden" > -
+