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
2ca4a3b6
Commit
2ca4a3b6
authored
Jul 30, 2020
by
qiuxia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增路由
parent
8cfc4c28
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
index.js
src/views/Business/index.js
+8
-0
No files found.
src/views/Business/index.js
View file @
2ca4a3b6
...
...
@@ -193,6 +193,10 @@ const Brtfre =MLoader(()=>import('./Brtfre'))
const
Brtfee
=
MLoader
(()
=>
import
(
'./Brtfee'
))
const
Pcysel
=
MLoader
(()
=>
import
(
'./Pcysel'
))
const
Fcyadd
=
MLoader
(()
=>
import
(
'./Fcyadd'
))
const
Lcyadd
=
MLoader
(()
=>
import
(
'./Lcyadd'
))
const
Fcyame
=
MLoader
(()
=>
import
(
'./Fcyame'
))
const
Lcyame
=
MLoader
(()
=>
import
(
'./Lcyame'
))
export
default
class
Bus
extends
Component
{
...
...
@@ -410,6 +414,10 @@ export default class Bus extends Component{
<
Route
exact
path
=
{
`
${
moduleBasePath
}
brtfee
${
!
isDisplay
?
''
:
'/:trninr'
}
`
}
render
=
{(
props
)
=><
Brtfee
{...
props
}
{...
params
}
/>} /
>
<
Route
exact
path
=
{
`
${
moduleBasePath
}
pcysel
${
!
isDisplay
?
''
:
'/:trninr'
}
`
}
render
=
{(
props
)
=><
Pcysel
{...
props
}
{...
params
}
/>} /
>
<
Route
exact
path
=
{
`
${
moduleBasePath
}
fcyadd
${
!
isDisplay
?
''
:
'/:trninr'
}
`
}
render
=
{(
props
)
=><
Fcyadd
{...
props
}
{...
params
}
/>} /
>
<
Route
exact
path
=
{
`
${
moduleBasePath
}
fcyame
${
!
isDisplay
?
''
:
'/:trninr'
}
`
}
render
=
{(
props
)
=><
Fcyame
{...
props
}
{...
params
}
/>} /
>
<
Route
exact
path
=
{
`
${
moduleBasePath
}
lcyadd
${
!
isDisplay
?
''
:
'/:trninr'
}
`
}
render
=
{(
props
)
=><
Lcyadd
{...
props
}
{...
params
}
/>} /
>
<
Route
exact
path
=
{
`
${
moduleBasePath
}
lcyame
${
!
isDisplay
?
''
:
'/:trninr'
}
`
}
render
=
{(
props
)
=><
Lcyame
{...
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