Merge remote-tracking branch 'origin/master'
commit
77698cef0e
|
@ -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