Commit dbff7d7f by WeiCong

路由增加进口信用证入口

parent 13d1eaf5
...@@ -169,6 +169,7 @@ const Getcrq = MLoader(() => import('./Getcrq')) ...@@ -169,6 +169,7 @@ const Getcrq = MLoader(() => import('./Getcrq'))
const Getcan = MLoader(() => import('./Getcan')) const Getcan = MLoader(() => import('./Getcan'))
const Getamc = MLoader(() => import('./Getamc')) const Getamc = MLoader(() => import('./Getamc'))
const Getame = MLoader(() => import('./Getame')) const Getame = MLoader(() => import('./Getame'))
const Litsel = MLoader(() => import('./Litsel'))
export default class Bus extends Component{ export default class Bus extends Component{
...@@ -354,14 +355,15 @@ export default class Bus extends Component{ ...@@ -354,14 +355,15 @@ export default class Bus extends Component{
<Route exact path={`${moduleBasePath}ptybat${!isDisplay?'':'/:trninr'}`} render={(props)=><Ptybat {...props} {...params}/>} /> <Route exact path={`${moduleBasePath}ptybat${!isDisplay?'':'/:trninr'}`} render={(props)=><Ptybat {...props} {...params}/>} />
<Route exact path={`${moduleBasePath}gitadd${!isDisplay?'':'/:trninr'}`} render={(props)=><Gitadd {...props} {...params}/>} /> <Route exact path={`${moduleBasePath}gitadd${!isDisplay?'':'/:trninr'}`} render={(props)=><Gitadd {...props} {...params}/>} />
<Route exact path={`${moduleBasePath}getsel${!isDisplay?'':'/:trninr'}`} render={(props)=><Getsel {...props} {...params}/>} /> <Route exact path={`${moduleBasePath}getsel${!isDisplay?'':'/:trninr'}`} render={(props)=><Getsel {...props} {...params}/>} />
<Route exact path={`${moduleBasePath}getset${!isDisplay ? '' : '/:trninr'}`} render={(props) => <Getset {...props} {...params} />} /> <Route exact path={`${moduleBasePath}getset${!isDisplay?'':'/:trninr'}`} render={(props)=><Getset {...props} {...params}/>} />
<Route exact path={`${moduleBasePath}getopn${!isDisplay ? '' : '/:trninr'}`} render={(props) => <Getopn {...props} {...params} />} /> <Route exact path={`${moduleBasePath}getopn${!isDisplay?'':'/:trninr'}`} render={(props)=><Getopn {...props} {...params}/>} />
<Route exact path={`${moduleBasePath}getfre${!isDisplay ? '' : '/:trninr'}`} render={(props) => <Getfre {...props} {...params} />} /> <Route exact path={`${moduleBasePath}getfre${!isDisplay?'':'/:trninr'}`} render={(props)=><Getfre {...props} {...params}/>} />
<Route exact path={`${moduleBasePath}getfee${!isDisplay ? '' : '/:trninr'}`} render={(props) => <Getfee {...props} {...params} />} /> <Route exact path={`${moduleBasePath}getfee${!isDisplay?'':'/:trninr'}`} render={(props)=><Getfee {...props} {...params}/>} />
<Route exact path={`${moduleBasePath}getcrq${!isDisplay ? '' : '/:trninr'}`} render={(props) => <Getcrq {...props} {...params} />} /> <Route exact path={`${moduleBasePath}getcrq${!isDisplay?'':'/:trninr'}`} render={(props)=><Getcrq {...props} {...params}/>} />
<Route exact path={`${moduleBasePath}getcan${!isDisplay ? '' : '/:trninr'}`} render={(props) => <Getcan {...props} {...params} />} /> <Route exact path={`${moduleBasePath}getcan${!isDisplay?'':'/:trninr'}`} render={(props)=><Getcan {...props} {...params}/>} />
<Route exact path={`${moduleBasePath}getamc${!isDisplay ? '' : '/:trninr'}`} render={(props) => <Getamc {...props} {...params} />} /> <Route exact path={`${moduleBasePath}getamc${!isDisplay?'':'/:trninr'}`} render={(props)=><Getamc {...props} {...params}/>} />
<Route exact path={`${moduleBasePath}getame${!isDisplay ? '' : '/:trninr'}`} render={(props) => <Getame {...props} {...params} />} /> <Route exact path={`${moduleBasePath}getame${!isDisplay?'':'/:trninr'}`} render={(props)=><Getame {...props} {...params}/>} />
<Route exact path={`${moduleBasePath}litsel${!isDisplay?'':'/:trninr'}`} render={(props)=><Litsel {...props} {...params}/>} />
</React.Fragment> </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