From 1b8ee2969f309be30875317dc9ffa18d51b3a1e0 Mon Sep 17 00:00:00 2001
From: sbjw <sbjw.happy@163.com>
Date: Wed, 08 Apr 2026 12:21:20 +0000
Subject: [PATCH] 1.0.57   处理Bp同步问题。

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

diff --git a/src/example/ExampleDrawDyPlantPage.js b/src/example/ExampleDrawDyPlantPage.js
index 6843a2b..c964fc5 100644
--- a/src/example/ExampleDrawDyPlantPage.js
+++ b/src/example/ExampleDrawDyPlantPage.js
@@ -40,7 +40,7 @@
     }
 
     componentDidMount() {
-        fetch('./example/ExampleDrawDyPage.md')
+        fetch('./example/ExampleDrawDyPlantPage.md')
             .then(response => response.text())
             .then(mdText => {
                 this.setState({htmlString: window.marked.parse(mdText)});

--
Gitblit v1.9.3