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
19569a5c
Commit
19569a5c
authored
Apr 25, 2023
by
xionglin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除pts路由
parent
8161b7f4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
BusRouter.js
src/views/Business/BusRouter.js
+6
-6
StaticsRouter.js
src/views/Statics/StaticsRouter.js
+6
-6
No files found.
src/views/Business/BusRouter.js
View file @
19569a5c
...
...
@@ -316,9 +316,9 @@ import Infptm from "~/views/Statics/Ptm/views/Infptm"
import
Dbiptm
from
"~/views/Statics/Ptm/views/Dbiptm"
import
Dbeptm
from
"~/views/Statics/Ptm/views/Dbeptm"
import
Infpts
from
"~/views/Statics/Pts/views/Infpts"
import
Dbipts
from
"~/views/Statics/Pts/views/Dbipts"
import
Dbepts
from
"~/views/Statics/Pts/views/Dbepts"
//
import Infpts from "~/views/Statics/Pts/views/Infpts"
//
import Dbipts from "~/views/Statics/Pts/views/Dbipts"
//
import Dbepts from "~/views/Statics/Pts/views/Dbepts"
import
Inflgb
from
"~/views/Statics/Lgb/views/Inflgb"
import
Dbilgb
from
"~/views/Statics/Lgb/views/Dbilgb"
...
...
@@ -718,9 +718,9 @@ const BusRouter = [
{
path
:
'infptm'
,
component
:
Infptm
,
name
:
'StaticsInfptm'
,
meta
:
{
title
:
'银行密押查询'
}
},
{
path
:
'dbeptm/:inr'
,
component
:
Dbeptm
,
name
:
'StaticsDbeptm'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'银行密押更新: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'Infpts'
,
component
:
Infpts
,
name
:
'StaticsInfpts'
,
meta
:
{
title
:
'客户管户机构管理查询'
}
},
{
path
:
'dbipts/:extkey'
,
component
:
Dbipts
,
name
:
'StaticsDbipts'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'客户更新详情: '
+
tag
.
params
.
extkey
}
}
},
{
path
:
'dbepts/:extkey'
,
component
:
Dbipts
,
name
:
'StaticsDbepts'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'客户信息修改: '
+
tag
.
params
.
extkey
}
}
},
//
{ path: 'Infpts', component: Infpts, name: 'StaticsInfpts', meta: { title: '客户管户机构管理查询' } },
//
{ path: 'dbipts/:extkey', component: Dbipts, name: 'StaticsDbipts', meta: { title: (tag) => { return '客户更新详情: ' + tag.params.extkey } } },
//
{ path: 'dbepts/:extkey', component: Dbipts, name: 'StaticsDbepts', meta: { title: (tag) => { return '客户信息修改: ' + tag.params.extkey } } },
{
path
:
'infapf'
,
component
:
Infapf
,
name
:
'StaticsInfapf'
,
meta
:
{
title
:
'报文格式信息查询'
}
},
{
path
:
'dbaapf'
,
component
:
Dbaapf
,
name
:
'StaticsDbaapf'
,
meta
:
{
title
:
'报文格式信息新增'
}
},
...
...
src/views/Statics/StaticsRouter.js
View file @
19569a5c
...
...
@@ -51,9 +51,9 @@ import Infptm from "./Ptm/views/Infptm"
import
Dbiptm
from
"./Ptm/views/Dbiptm"
import
Dbeptm
from
"./Ptm/views/Dbeptm"
import
Infpts
from
"./Pts/views/Infpts"
import
Dbipts
from
"./Pts/views/Dbipts"
import
Dbepts
from
"./Pts/views/Dbepts"
//
import Infpts from "./Pts/views/Infpts"
//
import Dbipts from "./Pts/views/Dbipts"
//
import Dbepts from "./Pts/views/Dbepts"
...
...
@@ -270,9 +270,9 @@ const StaticsRouter = [
{
path
:
'infptm'
,
component
:
Infptm
,
name
:
'StaticsInfptm'
,
meta
:
{
title
:
'银行密押查询'
}
},
{
path
:
'dbeptm/:inr'
,
component
:
Dbeptm
,
name
:
'StaticsDbeptm'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'银行密押更新: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'Infpts'
,
component
:
Infpts
,
name
:
'StaticsInfpts'
,
meta
:
{
title
:
'客户管户机构管理'
}
},
{
path
:
'dbipts/:extkey'
,
component
:
Dbipts
,
name
:
'StaticsDbipts'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'客户更新详情: '
+
tag
.
params
.
extkey
}
}
},
{
path
:
'dbepts/:extkey'
,
component
:
Dbipts
,
name
:
'StaticsDbepts'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'客户信息修改: '
+
tag
.
params
.
extkey
}
}
},
//
{ path: 'Infpts', component: Infpts, name: 'StaticsInfpts', meta: { title: '客户管户机构管理' } },
//
{ path: 'dbipts/:extkey', component: Dbipts, name: 'StaticsDbipts', meta: { title: (tag) => { return '客户更新详情: ' + tag.params.extkey } } },
//
{ path: 'dbepts/:extkey', component: Dbipts, name: 'StaticsDbepts', meta: { title: (tag) => { return '客户信息修改: ' + tag.params.extkey } } },
{
path
:
'inffec'
,
component
:
Inffec
,
name
:
'StaticsInffec'
,
meta
:
{
title
:
'费率查询'
}
},
{
path
:
'dbafec'
,
component
:
Dbafec
,
name
:
'StaticsDbafec'
,
meta
:
{
title
:
'费率新增'
}
},
...
...
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