parent
8cd6aa7a01
commit
9925006c56
|
@ -83,6 +83,7 @@ export default {
|
||||||
try {
|
try {
|
||||||
const res = await getDataByRedis(this.carVin);
|
const res = await getDataByRedis(this.carVin);
|
||||||
this.data = res.data;
|
this.data = res.data;
|
||||||
|
alert(res.data.longitude);
|
||||||
|
|
||||||
// 更新车辆位置
|
// 更新车辆位置
|
||||||
this.updateCarMarker();
|
this.updateCarMarker();
|
||||||
|
|
Loading…
Reference in New Issue