Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcjg-web
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -264,13 +264,13 @@ export const asyncRoutes = [ | ... | @@ -264,13 +264,13 @@ export const asyncRoutes = [ |
264 | path: 'dyaq', | 264 | path: 'dyaq', |
265 | component: () => import('@/views/business-info/dyaq/index'), | 265 | component: () => import('@/views/business-info/dyaq/index'), |
266 | name: 'dyaq', | 266 | name: 'dyaq', |
267 | meta: { title: ' 抵押权登记' } | 267 | meta: { title: '抵押权登记' } |
268 | }, | 268 | }, |
269 | { | 269 | { |
270 | path: 'dyiq', | 270 | path: 'dyiq', |
271 | component: () => import('@/views/business-info/dyiq/index'), | 271 | component: () => import('@/views/business-info/dyiq/index'), |
272 | name: 'dyiq', | 272 | name: 'dyiq', |
273 | meta: { title: ' 地役权登记' } | 273 | meta: { title: '地役权登记' } |
274 | } | 274 | } |
275 | ] | 275 | ] |
276 | }, | 276 | }, | ... | ... |
-
Please register or sign in to post a comment