注释线上版微信编辑器路由

sso^2
杨树明 5 years ago
parent 7ea6db4ead
commit eedf83c3ce

@ -367,10 +367,10 @@ const JupyterTPI = Loadable({
loading: Loading loading: Loading
}); });
// 微信代码编辑器 // 微信代码编辑器
const WXCode = Loadable({ // const WXCode = Loadable({
loader: () => import('./modules/wxcode'), // loader: () => import('./modules/wxcode'),
loading: Loading // loading: Loading
}); // });
// //个人竞赛报名 // //个人竞赛报名
// const PersonalCompetit = Loadable({ // const PersonalCompetit = Loadable({
// loader: () => import('./modules/competition/personal/PersonalCompetit.js'), // loader: () => import('./modules/competition/personal/PersonalCompetit.js'),
@ -828,11 +828,11 @@ class App extends Component {
render={ render={
(props) => (<Headplugselection {...this.props} {...props} {...this.state} />) (props) => (<Headplugselection {...this.props} {...props} {...this.state} />)
}/> }/>
<Route path="/wxcode/:identifier?" component={WXCode} {/*<Route path="/wxcode/:identifier?" component={WXCode} */}
render={ {/* render={*/}
(props)=>(<WXCode {...this.props} {...props} {...this.state}></WXCode>) {/* (props)=>(<WXCode {...this.props} {...props} {...this.state}></WXCode>)*/}
} {/* }*/}
/> {/*/>*/}
<Route exact path="/" <Route exact path="/"
// component={ShixunsHome} // component={ShixunsHome}
render={ render={

Loading…
Cancel
Save