ecbf2fa6 by 任超
2 parents fa37ca57 65e0bf82
...@@ -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 },
......