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)});