Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
map-demo
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-09-19 15:55:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
82e167b6b38fb70fe035cbff98fff5b8a1a0b09a
82e167b6
1 parent
c067b9f8
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
src/views/bieyuan/map.vue
src/views/bieyuan/map.vue
View file @
82e167b
<!--
* @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() { // 是否在景区范围
...
...
Please
register
or
login
to post a comment