Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ecbf2fa6
authored
2023-01-17 11:18:38 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcjg-web
2 parents
fa37ca57
65e0bf82
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/router/index.js
src/router/index.js
View file @
ecbf2fa
...
...
@@ -264,13 +264,13 @@ export const asyncRoutes = [
path
:
'dyaq'
,
component
:
()
=>
import
(
'@/views/business-info/dyaq/index'
),
name
:
'dyaq'
,
meta
:
{
title
:
'
抵押权登记'
}
meta
:
{
title
:
'抵押权登记'
}
},
{
path
:
'dyiq'
,
component
:
()
=>
import
(
'@/views/business-info/dyiq/index'
),
name
:
'dyiq'
,
meta
:
{
title
:
'
地役权登记'
}
meta
:
{
title
:
'地役权登记'
}
}
]
},
...
...
Please
register
or
sign in
to post a comment