diff --git a/src/App.js b/src/App.js index 89e6a195..8bbe9981 100644 --- a/src/App.js +++ b/src/App.js @@ -73,19 +73,16 @@ const EducoderLogin = Loadable({ loader: () => import('./modules/login/EducoderLogin'), loading: Loading, }) -const Search = Loadable({ - loader: () => import('./modules/search/'), - loading: Loading, -}) -const WikiPreview = Loadable({ - loader: () => import('./forge/Wiki/Preview'), - loading: Loading, -}) +// const Search = Loadable({ +// loader: () => import('./search/SearchPage'), +// loading: Loading, +// }) +// const WikiPreview = Loadable({ +// loader: () => import('./forge/Wiki/Preview'), +// loading: Loading, +// }) + -const ProjectIndex = Loadable({ - loader: () => import("./forge/Index"), - loading: Loading, -}); class App extends Component { constructor(props) { super(props); @@ -202,11 +199,11 @@ class App extends Component { {/* wiki预览 */} - { return () } - } /> + } /> */} {/*项目*/} {/* 查询 */} - + {/* */} {/* 个人主页 */}