This commit is contained in:
kailong321200875
2023-12-07 14:20:11 +08:00
parent 2f6483652b
commit 7fa533b8ba
8 changed files with 240 additions and 19 deletions

View File

@@ -209,6 +209,14 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
meta: {
title: t('router.tableVideoPreview')
}
},
{
path: 'card-table',
component: () => import('@/views/Components/Table/CardTable.vue'),
name: 'CardTable',
meta: {
title: t('router.cardTable')
}
}
]
},