数据目录分类页面开发
Showing
2 changed files
with
21 additions
and
0 deletions
| ... | @@ -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 | ... | ... |
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment