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
zhouqian
vue-gjjs
Commits
20ef638e
Commit
20ef638e
authored
Nov 22, 2022
by
javaHeight
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gtx staticsRouter
parent
fc79d218
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 @
20ef638e
...
...
@@ -26,6 +26,12 @@ import Dbafec from "./Dbafec";
import
Dbefec
from
"./Dbefec"
;
import
Dbdfec
from
"./Dbdfec"
;
import
Infgtx
from
"./Infgtx"
;
import
Dbigtx
from
"./Dbigtx"
;
import
Dbagtx
from
"./Dbagtx"
;
import
Dbegtx
from
"./Dbegtx"
;
import
Dbdgtx
from
"./Dbdgtx"
;
const
StaticsRouter
=
[
{
path
:
'infpty'
,
component
:
Infpty
,
name
:
'StaticsInfpty'
,
meta
:
{
title
:
'客户查询'
}
},
{
path
:
'dbapty'
,
component
:
Dbapty
,
name
:
'StaticsDbapty'
,
meta
:
{
title
:
'客户新增'
}
},
...
...
@@ -55,6 +61,12 @@ const StaticsRouter = [
{
path
:
'dbifec/:inr'
,
component
:
Dbifec
,
name
:
'StaticsDbifec'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'费率详情: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbefec/:inr'
,
component
:
Dbefec
,
name
:
'StaticsDbefec'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'费率修改: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbdfec/:inr'
,
component
:
Dbdfec
,
name
:
'StaticsDbdfec'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'费率删除: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'infgtx'
,
component
:
Infgtx
,
name
:
'StaticsInfgtx'
,
meta
:
{
title
:
'保函文本查询'
}
},
{
path
:
'dbagtx'
,
component
:
Dbagtx
,
name
:
'StaticsDbagtx'
,
meta
:
{
title
:
'保函文本新增'
}
},
{
path
:
'dbigtx/:inr'
,
component
:
Dbigtx
,
name
:
'StaticsDbigtx'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'保函文本详情: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbegtx/:inr'
,
component
:
Dbegtx
,
name
:
'StaticsDbegtx'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'保函文本修改: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbdgtx/:inr'
,
component
:
Dbdgtx
,
name
:
'StaticsDbdgtx'
,
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