Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
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
fukai
vue-gjjs
Commits
15578a48
Commit
15578a48
authored
Feb 02, 2023
by
lei wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
3512bc9b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
StaticsRouter.js
src/views/Statics/StaticsRouter.js
+12
-0
No files found.
src/views/Statics/StaticsRouter.js
View file @
15578a48
...
...
@@ -131,6 +131,12 @@ import Inflck from "./Inflck";
import
Infucl
from
"./Infucl"
;
import
Infoit
from
'./Infoit'
import
Dbioit
from
'./Dbioit'
import
Dbaoit
from
'./Dbaoit'
import
Dbeoit
from
'./Dbeoit'
import
Dbdoit
from
'./Dbdoit'
const
StaticsRouter
=
[
{
path
:
'dbiptm/:inr'
,
component
:
Dbiptm
,
name
:
'StaticsDbiptm'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'客户详情: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'infptm'
,
component
:
Infptm
,
name
:
'StaticsInfptm'
,
meta
:
{
title
:
'银行密押查询'
}
},
...
...
@@ -270,6 +276,12 @@ const StaticsRouter = [
{
path
:
'infucl'
,
component
:
Infucl
,
name
:
'StaticsInfucl'
,
meta
:
{
title
:
'用户归属机构更换'
}
},
{
path
:
'infoit'
,
component
:
Infoit
,
name
:
'StaticsInfoit'
,
meta
:
{
title
:
'查询消息信息'
}
},
{
path
:
'dbaoit'
,
component
:
Dbaoit
,
name
:
'StaticsDbaoit'
,
meta
:
{
title
:
'新增消息信息'
}
},
{
path
:
'dbioit/:inr'
,
component
:
Dbioit
,
name
:
'StaticsDbioit'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'查看消息信息: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbeoit/:inr'
,
component
:
Dbeoit
,
name
:
'StaticsDbeoit'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'修改消息信息: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbdoit/:inr'
,
component
:
Dbdoit
,
name
:
'StaticsDbdoit'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'删除消息信息: '
+
tag
.
params
.
inr
}
}
},
]
export
default
StaticsRouter
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