From ab0d86b52922c6f3850c41032591dc398efbeaa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Thu, 11 Sep 2025 10:05:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index 3b05473..dbc6d02 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -575,7 +575,7 @@ const currentPosition = ref({}) const processData = (data) => { // console.log('data',data.ty) console.log('FodName', data.FodName) - if (data.FodName === '雷达信息应答') { + if (data.FodName === '雷达信息') { console.log(data.radar_work_state) radarWorkState.value = data.radar_work_state } @@ -585,7 +585,7 @@ const processData = (data) => { } if (data.ty === 3) { } - if (data.FodName === '车辆信息应答') { + if (data.FodName === '车辆信息') { currentPosition.value = { lon: data.Longitude, lat: data.Latitude,