Commit 1f3c9743 authored by 董国亮's avatar 董国亮

转向取值-最后一个方向

parent 5bc36bef
...@@ -157,7 +157,7 @@ export default { ...@@ -157,7 +157,7 @@ export default {
// 地图展示第一条数据对应的车道面和流量 // 地图展示第一条数据对应的车道面和流量
setTimeout(() => { setTimeout(() => {
this.crossPolygonClick({ this.crossPolygonClick({
features: [{ properties: this.mapPolygons[0].properties }], features: [{ properties: this.mapPolygons[this.mapPolygons.length-1].properties }],
}); });
}, 0); }, 0);
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment