forked from Gitlink/forgeplus-react
注释使用手册
This commit is contained in:
parent
15d73d4f30
commit
49037ca824
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue