From eae19e6a9286748340778d9a154704ec5f26eea8 Mon Sep 17 00:00:00 2001
From: sbjw <sbjw.happy@163.com>
Date: Thu, 05 Feb 2026 06:26:35 +0000
Subject: [PATCH] 1.0.39 修复辅助点无法捕捉的异常

---
 public/example/ExampleDrawPage.md |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diff --git a/public/example/ExampleDrawPage.md b/public/example/ExampleDrawPage.md
index d2225de..b408460 100644
--- a/public/example/ExampleDrawPage.md
+++ b/public/example/ExampleDrawPage.md
@@ -256,16 +256,7 @@
     };
 
     showOptions2 = () => {
-
-        this.mapFunction.mapApiService.showDrawDatas([{
-            type: 'lddkgrps',
-            bj: 1,
-            qsjd: 30,
-            zzjd: 75,
-            lon: 102.72004539488224, lat: 30.991068100060593, height: 0,
-            useModify: false
-        }]);
-
+        this.mapFunction.mapApiService.showDrawDatas([this.optionObjs['目标简标']]);
     }
 
 

--
Gitblit v1.9.3