在车辆轨迹组件中添加数据获取提示

在尝试获取车辆轨迹数据后,现在会显示一个提示,展示获取到的车辆经度信息。
master
wxy 2024-10-11 21:57:43 +08:00
parent 8cd6aa7a01
commit 9925006c56
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ export default {
try {
const res = await getDataByRedis(this.carVin);
this.data = res.data;
alert(res.data.longitude);
//
this.updateCarMarker();