Преглед изворни кода

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

TwoKe945 пре 1 година
родитељ
комит
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);
 
       // 范围