add song request filter

This commit is contained in:
2023-11-19 23:29:13 +08:00
parent 47d3662322
commit 6b087030f5
4 changed files with 64 additions and 8 deletions

View File

@@ -183,7 +183,7 @@ const routes: Array<RouteRecordRaw> = [
{
path: 'live-lottery',
name: 'manage-liveLottery',
component: () => import('@/views/open_live/OpenLottery.vue'),
component: () => import('@/views/manage/LiveLotteryManage.vue'),
meta: {
title: '直播抽奖',
keepAlive: true,