add to manage page

This commit is contained in:
2023-11-19 19:12:38 +08:00
parent a8630e3f56
commit 4b8fcaa775
4 changed files with 47 additions and 1 deletions

View File

@@ -189,6 +189,15 @@ const routes: Array<RouteRecordRaw> = [
keepAlive: true,
},
},
{
path: 'song-request',
name: 'manage-songRequest',
component: () => import('@/views/manage/SongRequestManage.vue'),
meta: {
title: '弹幕点歌',
keepAlive: true,
},
},
],
},
{