e7d9e10e by lihua

数据目录分类页面开发

1 parent 55a23cac
......@@ -334,5 +334,26 @@ const routes: RouteRecordRaw[] = [
}
],
},
{
path: '/data-product/data-catalog-sort',
component: Layout,
meta: {
title: '数据目录分类',
icon: 'sidebar-videos',
},
children: [
{
path: '',
name: 'productDataCatalogSort',
component: () => import('@/views/data_asset/productDataCatalogSort.vue'),
meta: {
title: '',
sidebar: false,
breadcrumb: false,
cache: true
},
},
]
}
]
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!