ソースを参照

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);
 
       // 范围