diff --git a/ruoyi-ui/src/views/board/senso/index.vue b/ruoyi-ui/src/views/board/senso/index.vue index e62165b..022e4da 100644 --- a/ruoyi-ui/src/views/board/senso/index.vue +++ b/ruoyi-ui/src/views/board/senso/index.vue @@ -167,7 +167,9 @@ export default { title: ` 经度:${e[0]} 纬度:${e[1]} - 时间:${i}` + 时间:${i}`, + offset:new AMap.Pixel(-2.5,-2.5), + content:`
` }); map.add(marker); map.setFitView()