From d5eebdbae1beac85555a05a2e0b1c858a62893c7 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期四, 18 七月 2024 17:42:11 +0800 Subject: [PATCH] 1. 修正点击折线图数据点图消失问题 --- src/utils/map/dialog.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/utils/map/dialog.js b/src/utils/map/dialog.js index e041443..900ac0c 100644 --- a/src/utils/map/dialog.js +++ b/src/utils/map/dialog.js @@ -33,7 +33,8 @@ isCustom: true, //浣跨敤鑷畾涔夌獥浣� content: this.createWindowContent(m), // eslint-disable-next-line no-undef - offset: new AMap.Pixel(16, -45) + offset: new AMap.Pixel(16, -45), + autoMove: false }); return m.window; }, -- Gitblit v1.9.3