From ac4221c97e425aeb6535da163c968cf69a638e10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Fri, 27 Oct 2023 14:04:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/board/senso/index.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ruoyi-ui/src/views/board/senso/index.vue b/ruoyi-ui/src/views/board/senso/index.vue index 022e4da..a1308b0 100644 --- a/ruoyi-ui/src/views/board/senso/index.vue +++ b/ruoyi-ui/src/views/board/senso/index.vue @@ -164,10 +164,7 @@ export default { setMarker(e, i) { let marker = new AMap.Marker({ position: e, // 经纬度对象,也可以是经纬度构成的一维数组[116.39, 39.9] - title: ` - 经度:${e[0]} - 纬度:${e[1]} - 时间:${i}`, + title: `经度:${e[0]}\n纬度:${e[1]}\n时间:${i}`, offset:new AMap.Pixel(-2.5,-2.5), content:`
` });