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)) }