隐藏操作手册

This commit is contained in:
caishi 2021-03-19 15:48:00 +08:00 committed by caishi
parent 76ed232f6a
commit 102b21f255
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@ class Index extends Component {
return (
<div className="newMain clearfix">
{/* <Handbook /> */}
<Switch {...this.props}>
<Route
path="/projects/:projectsType/new/:OIdentifier"

View File

@ -6,6 +6,7 @@ import { withRouter } from "react-router";
import { SnackbarHOC } from "educoder";
import { CNotificationHOC } from "../../modules/courses/common/CNotificationHOC";
import { TPMIndexHOC } from "../../modules/tpm/TPMIndexHOC";
// import Handbook from '../Component/Handbook';
const Infos = Loadable({
loader: () => import("./Infos"),
loading: Loading,