From 503c7dec0bfb14280aef86975cd488fe06088842 Mon Sep 17 00:00:00 2001
From: sbjw <sbjw.happy@163.com>
Date: Fri, 27 Feb 2026 14:37:55 +0000
Subject: [PATCH] * 1.0.42 ``` 1、修复2D和2.5D下,通视分析的无法校准的问题 2、修复几个面板排斥的功能。 3、去除比例尺的单位。(比例尺不应该存在单位) ```

---
 src/example/ExampleDrawPage.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/example/ExampleDrawPage.js b/src/example/ExampleDrawPage.js
index 8c59b53..84064b1 100644
--- a/src/example/ExampleDrawPage.js
+++ b/src/example/ExampleDrawPage.js
@@ -10,6 +10,7 @@
 
     optionObjs = {
         "目标简标": {
+            code: '123123',
             bz: true,
             bzlx: 'simple',
             jbwb: 'R:00017',
@@ -239,6 +240,7 @@
             .then(mdText => {
                 this.setState({htmlString: window.marked.parse(mdText)});
             });
+        this.showOptions();
     }
 
     showOptions = () => {

--
Gitblit v1.9.3