Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
psbc_remit
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qianyuheng
psbc_remit
Commits
dbff7d7f
Commit
dbff7d7f
authored
Jul 28, 2020
by
WeiCong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
路由增加进口信用证入口
parent
13d1eaf5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
index.js
src/views/Business/index.js
+10
-8
No files found.
src/views/Business/index.js
View file @
dbff7d7f
...
...
@@ -169,6 +169,7 @@ const Getcrq = MLoader(() => import('./Getcrq'))
const
Getcan
=
MLoader
(()
=>
import
(
'./Getcan'
))
const
Getamc
=
MLoader
(()
=>
import
(
'./Getamc'
))
const
Getame
=
MLoader
(()
=>
import
(
'./Getame'
))
const
Litsel
=
MLoader
(()
=>
import
(
'./Litsel'
))
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
}
gitadd
${
!
isDisplay
?
''
:
'/:trninr'
}
`
}
render
=
{(
props
)
=><
Gitadd
{...
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
}
getopn
${
!
isDisplay
?
''
:
'/:trninr'
}
`
}
render
=
{(
props
)
=>
<
Getopn
{...
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
}
getcrq
${
!
isDisplay
?
''
:
'/:trninr'
}
`
}
render
=
{(
props
)
=>
<
Getcrq
{...
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
}
getame
${
!
isDisplay
?
''
:
'/:trninr'
}
`
}
render
=
{(
props
)
=>
<
Getame
{...
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
}
getfre
${
!
isDisplay
?
''
:
'/:trninr'
}
`
}
render
=
{(
props
)
=><
Getfre
{...
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
}
getcan
${
!
isDisplay
?
''
:
'/:trninr'
}
`
}
render
=
{(
props
)
=><
Getcan
{...
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
}
litsel
${
!
isDisplay
?
''
:
'/:trninr'
}
`
}
render
=
{(
props
)
=><
Litsel
{...
props
}
{...
params
}
/>} /
>
<
/React.Fragment
>
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment