riku
2025-02-21 c35074e0e33054bb6c5ada22f8104422ae953b17
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) {