Просмотр исходного кода

fix: 修复地图案发地址不显示

TwoKe945 1 год назад
Родитель
Сommit
b037d6d906
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      app/src/components/Map.vue

+ 0 - 3
app/src/components/Map.vue

@@ -454,9 +454,6 @@ export default {
           new AMap.LngLat(this.firePoint.position[0], this.firePoint.position[1])
         );
       });
-      markerFire.on("click",  (v) =>  {
-        this.openLegendWindow(this.firePoint.position)
-      });
       this.map.add(markerFire);
 
       // 范围