feat: 新增表格视频预览

This commit is contained in:
kailong321200875
2023-11-19 16:14:36 +08:00
parent 7b5bbedbcc
commit cfc2d54586
7 changed files with 115 additions and 13 deletions

View File

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