src/views/historymode/HistoryMode.vue
@@ -145,10 +145,10 @@ // 绘制3D走行路线图 drawRoadMap(e) { this.factorDatas.refreshHeight(this.factorType); Layer.drawRoadMap(this.factorDatas, e, this.merge, this.setCenter); }, drawRoadLine(e) { this.factorDatas.refreshHeight(this.factorType); mapLine.drawLine(this.factorDatas, e); }, drawMassMarks(e) {