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
685c1826
Commit
685c1826
authored
Jul 27, 2020
by
WeiCong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
路由
parent
8b220273
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletions
+9
-1
index.js
src/views/Business/index.js
+9
-1
No files found.
src/views/Business/index.js
View file @
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
}
getsel
${
!
isDisplay
?
''
:
'/:trninr'
}
`
}
render
=
{(
props
)
=><
Getsel
{...
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
>
}
}
...
...
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