diff --git a/public/react/src/App.js b/public/react/src/App.js index 96a4f91b0..8f56cac3c 100644 --- a/public/react/src/App.js +++ b/public/react/src/App.js @@ -367,10 +367,10 @@ const JupyterTPI = Loadable({ loading: Loading }); // 微信代码编辑器 -const WXCode = Loadable({ - loader: () => import('./modules/wxcode'), - loading: Loading -}); +// const WXCode = Loadable({ +// loader: () => import('./modules/wxcode'), +// loading: Loading +// }); // //个人竞赛报名 // const PersonalCompetit = Loadable({ // loader: () => import('./modules/competition/personal/PersonalCompetit.js'), @@ -828,11 +828,11 @@ class App extends Component { render={ (props) => () }/> - () - } - /> + {/*()*/} + {/* }*/} + {/*/>*/}