sbjw
2025-09-01 9f6d02dc2c2647076d4b56fce62a347188462c5a
src/example/ExampleDefaultSelectPage.js
@@ -1,6 +1,6 @@
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 {
@@ -51,7 +51,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)});