add video-collect display, improve index layout

This commit is contained in:
2024-03-13 18:03:18 +08:00
parent 2686c14397
commit c3444c1cc8
11 changed files with 141 additions and 17 deletions

View File

@@ -55,4 +55,13 @@ export default [
keepAlive: true,
},
},
{
path: 'video-collect',
name: 'user-video-collect',
component: () => import('@/views/view/VideoCollectView.vue'),
meta: {
title: '视频征集',
keepAlive: true,
},
},
]