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