luma page is ready

This commit is contained in:
RockYang
2024-08-20 14:31:40 +08:00
parent 08379c21ac
commit 6b0f42d0b8
27 changed files with 171 additions and 44 deletions

View File

@@ -97,6 +97,12 @@ const routes = [
meta: {title: 'Suno音乐播放'},
component: () => import('@/views/Song.vue'),
},
{
name: 'luma',
path: '/luma',
meta: {title: 'Luma视频创作'},
component: () => import('@/views/Luma.vue'),
},
]
},
{