|
|
|
@ -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) => (<Headplugselection {...this.props} {...props} {...this.state} />)
|
|
|
|
|
}/>
|
|
|
|
|
<Route path="/wxcode/:identifier?" component={WXCode}
|
|
|
|
|
render={
|
|
|
|
|
(props)=>(<WXCode {...this.props} {...props} {...this.state}></WXCode>)
|
|
|
|
|
}
|
|
|
|
|
/>
|
|
|
|
|
{/*<Route path="/wxcode/:identifier?" component={WXCode} */}
|
|
|
|
|
{/* render={*/}
|
|
|
|
|
{/* (props)=>(<WXCode {...this.props} {...props} {...this.state}></WXCode>)*/}
|
|
|
|
|
{/* }*/}
|
|
|
|
|
{/*/>*/}
|
|
|
|
|
<Route exact path="/"
|
|
|
|
|
// component={ShixunsHome}
|
|
|
|
|
render={
|
|
|
|
|