Commit 41901fc4 by qiuxia
parents 1996d9dd 685c1826
......@@ -160,7 +160,11 @@ const Loginf =MLoader(()=>import('./Loginf'))
const Elschk =MLoader(()=>import('./Elschk'))
const Ptybat =MLoader(()=>import('./Ptybat'))
const Gitsel =MLoader(()=>import('./Gitsel'))
const Gitopn =MLoader(()=>import('./Gitopn'))
const Gitame =MLoader(()=>import('./Gitame'))
const Getsel =MLoader(()=>import('./Getsel'))
const Getame =MLoader(()=>import('./Getame'))
const Getopn =MLoader(()=>import('./Getopn'))
export default class Bus extends Component{
......@@ -345,7 +349,11 @@ export default class Bus extends Component{
<Route exact path={`${moduleBasePath}elschk${!isDisplay?'':'/:trninr'}`} render={(props)=><Elschk {...props} {...params}/>} />
<Route exact path={`${moduleBasePath}ptybat${!isDisplay?'':'/:trninr'}`} render={(props)=><Ptybat {...props} {...params}/>} />
<Route exact path={`${moduleBasePath}gitsel${!isDisplay?'':'/:trninr'}`} render={(props)=><Gitsel {...props} {...params}/>} />
<Route exact path={`${moduleBasePath}gitopn${!isDisplay?'':'/:trninr'}`} render={(props)=><Gitopn {...props} {...params}/>} />
<Route exact path={`${moduleBasePath}gitame${!isDisplay?'':'/:trninr'}`} render={(props)=><Gitame {...props} {...params}/>} />
<Route exact path={`${moduleBasePath}getsel${!isDisplay?'':'/:trninr'}`} render={(props)=><Getsel {...props} {...params}/>} />
<Route exact path={`${moduleBasePath}getopn${!isDisplay?'':'/:trninr'}`} render={(props)=><Getopn {...props} {...params}/>} />
<Route exact path={`${moduleBasePath}getame${!isDisplay?'':'/:trninr'}`} render={(props)=><Getame {...props} {...params}/>} />
</React.Fragment>
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment