update alert

This commit is contained in:
2023-11-25 11:42:09 +08:00
parent f3b3e02120
commit 10d7f591fd
10 changed files with 218 additions and 75 deletions

View File

@@ -183,19 +183,21 @@ const routes: Array<RouteRecordRaw> = [
{
path: 'live-lottery',
name: 'manage-liveLottery',
component: () => import('@/views/manage/LiveLotteryManage.vue'),
component: () => import('@/views/open_live/OpenLottery.vue'),
meta: {
title: '直播抽奖',
keepAlive: true,
danmaku: true,
},
},
{
path: 'song-request',
name: 'manage-songRequest',
component: () => import('@/views/manage/SongRequestManage.vue'),
component: () => import('@/views/open_live/MusicRequest.vue'),
meta: {
title: '弹幕点歌',
keepAlive: true,
danmaku: true,
},
},
],