From a0ac379b28daeac8deddfae34f0015935a811bac Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期五, 07 二月 2025 17:39:47 +0800 Subject: [PATCH] 修改细分网格的展示逻辑 --- src/utils/map/grid.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/utils/map/grid.js b/src/utils/map/grid.js index 7f37bf6..a3d8d08 100644 --- a/src/utils/map/grid.js +++ b/src/utils/map/grid.js @@ -224,7 +224,7 @@ textViews[i].setPosition(p.lnglat_GD); textViews[i].setText(p.data); }); - return textViews; + return { textViews }; } else { const _textViews = []; points.forEach((p) => { -- Gitblit v1.9.3