|
|
|
@ -15,10 +15,6 @@ const GtopicBanks = Loadable({
|
|
|
|
|
loader: () => import('./GtopicBanks'),
|
|
|
|
|
loading: Loading,
|
|
|
|
|
})
|
|
|
|
|
const GtopicBanksAnswer = Loadable({
|
|
|
|
|
loader: () => import('./GtopicBanksAnswer'),
|
|
|
|
|
loading: Loading,
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
class BanksTabIndex extends Component{
|
|
|
|
|
constructor(props){
|
|
|
|
@ -56,12 +52,6 @@ class BanksTabIndex extends Component{
|
|
|
|
|
}
|
|
|
|
|
<Switch {...this.props}>
|
|
|
|
|
|
|
|
|
|
<Route path='/banks/gtopic/:bankId/answer'
|
|
|
|
|
render={
|
|
|
|
|
(props) => {
|
|
|
|
|
return (<GtopicBanksAnswer {...this.props} {...props} {...this.state} {...common} />)
|
|
|
|
|
}
|
|
|
|
|
}></Route>
|
|
|
|
|
|
|
|
|
|
<Route path='/banks/gtopic/:bankId'
|
|
|
|
|
render={
|
|
|
|
|