dd863cd4 by lihua

数据目录分类页面开发

1 parent 01429202
...@@ -334,5 +334,26 @@ const routes: RouteRecordRaw[] = [ ...@@ -334,5 +334,26 @@ const routes: RouteRecordRaw[] = [
334 } 334 }
335 ], 335 ],
336 }, 336 },
337 {
338 path: '/data-product/data-catalog-sort',
339 component: Layout,
340 meta: {
341 title: '数据目录分类',
342 icon: 'sidebar-videos',
343 },
344 children: [
345 {
346 path: '',
347 name: 'productDataCatalogSort',
348 component: () => import('@/views/data_asset/productDataCatalogSort.vue'),
349 meta: {
350 title: '',
351 sidebar: false,
352 breadcrumb: false,
353 cache: true
354 },
355 },
356 ]
357 }
337 ] 358 ]
338 export default routes 359 export default routes
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!