diff --git a/src/components/map/controls/VehicleLabelSystem.vue b/src/components/map/controls/VehicleLabelSystem.vue index 792f17c..1f55815 100644 --- a/src/components/map/controls/VehicleLabelSystem.vue +++ b/src/components/map/controls/VehicleLabelSystem.vue @@ -45,6 +45,7 @@ function updateVehicleLabel(vehicleId, coordinates, speed, alertInfo) { // 更新最后更新时间 labelUpdateTimes.value[vehicleId] = now; + console.log(labelUpdateTimes.value) } }