去掉使用手册

This commit is contained in:
何童崇 2021-11-10 17:14:03 +08:00
parent d9bd0387db
commit 8b3f4b3b5a
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +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';
// import Handbook from './Component/Handbook';
import "./css/index.scss";
import Loadable from "react-loadable";
@ -35,7 +35,7 @@ class Index extends Component {
render() {
return (
<div className="newMain clearfix">
<Handbook />
{/* <Handbook /> */}
<Switch {...this.props}>
<Route
path="/projects/:projectsType/new/:OIdentifier"