hookehuyr

fix

<!--
* @Date: 2023-05-19 14:54:27
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-09-19 15:36:09
* @LastEditTime: 2024-09-19 15:54:51
* @FilePath: /map-demo/src/views/bieyuan/map.vue
* @Description: 公众地图主体页面
-->
......@@ -361,8 +361,11 @@ export default {
}
});
this.map.add(this.markerSum);
// 获取定位打标记
this.setLocation();
//
// setTimeout(() => {
// // 获取定位打标记
// this.setLocation();
// }, 1000);
//
},
isPointInRing() { // 是否在景区范围
......