sbjw
2025-08-27 5ebdc4d6d2501908342e3740e65bb89090a91f81
public/example/ExampleDefaultSelectPage.md
@@ -4,7 +4,7 @@
```jsx
import React, {Component} from 'react'
import './ExampleFwyPage.css'
import {Bp, GIS} from "../iclient3d-plot-diy";
import {Bp, GIS} from "iclient3d-plot-diy";
import {Button} from "antd";
export default class ExampleDefaultSelectPage extends Component {
@@ -55,7 +55,7 @@
    componentDidMount() {
        this.showData();
        fetch('./example/ExampleFwyPage.md')
        fetch('./example/ExampleDefaultSelectPage.md')
            .then(response => response.text())
            .then(mdText => {
                this.setState({htmlString: window.marked.parse(mdText)});