去掉右侧悬浮手册按钮

This commit is contained in:
caishi 2021-04-09 13:58:58 +08:00 committed by caishi
parent 7697449f05
commit 53c92383d2
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -6,7 +6,6 @@ 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,