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
65e0bf82
authored
2023-01-17 11:17:19 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
779428f0
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 @
65e0bf8
...
...
@@ -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