From 859cd9e5e7b665cdc7ac09ad69d55560fa523312 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:01:43 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/index.vue b/src/views/index.vue index f2419de..3b05473 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -585,7 +585,7 @@ const processData = (data) => { } if (data.ty === 3) { } - if (data.ty === 4) { + if (data.FodName === '车辆信息应答') { currentPosition.value = { lon: data.Longitude, lat: data.Latitude,