From 08506e7fceeed0fa15ba90af8471f3576caf5811 Mon Sep 17 00:00:00 2001 From: wulitaotao <547306458@qq.com> Date: 星期六, 25 二月 2023 14:43:02 +0800 Subject: [PATCH] 点漫游、路径分析 --- src/components/mapsdk.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/components/mapsdk.vue b/src/components/mapsdk.vue index 48eda19..ac27717 100644 --- a/src/components/mapsdk.vue +++ b/src/components/mapsdk.vue @@ -430,6 +430,7 @@ this.showPathAnalysisBoxDialog = true; } else { this.showPathAnalysisBoxDialog = false; + this.closeBufferBox(4); } } } -- Gitblit v1.9.3