注释使用手册

This commit is contained in:
何童崇 2022-04-18 21:12:21 +08:00
parent 15d73d4f30
commit 49037ca824
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ import "./css/index.scss";
import Loadable from "react-loadable";
import Loading from "../Loading";
import { ImageLayerOfCommentHOC } from "../modules/page/layers/ImageLayerOfCommentHOC";
import Handbook from "./Component/Handbook";
// import Handbook from "./Component/Handbook";
const ProjectNew = Loadable({
@ -41,7 +41,7 @@ class Index extends Component {
return (
<div className="newMain clearfix">
<Handbook/>
{/* <Handbook/> */}
<Switch {...this.props}>
<Route
path="/projects/:projectsType/new/:OIdentifier"