From 755ac36ba614873e1c65a5513213d2236bca9d7b Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Tue, 14 Oct 2025 15:51:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/index.vue b/src/views/index.vue index e17c8c5..313caa6 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -70,6 +70,7 @@ const processData = (data) => { if (data.FodName === '图像数据') { } if (data.FodName === 'fod信息') { + console.log('障碍物信息', data) setDot(data) } if (data.ty === 3) { @@ -748,7 +749,6 @@ const updateRunwayNum = (e) => { } } }) - console.log(arr) parasPosForm.value.runwayedges = JSON.parse(JSON.stringify(arr)) }