add live lottery

This commit is contained in:
2023-11-02 21:48:49 +08:00
parent 0a98aad749
commit 6d625b3ddc
4 changed files with 33 additions and 4 deletions

View File

@@ -180,6 +180,15 @@ const routes: Array<RouteRecordRaw> = [
parent: 'manage-videoCollect',
},
},
{
path: 'live-lottery',
name: 'manage-liveLottery',
component: () => import('@/views/open_live/OpenLottery.vue'),
meta: {
title: '直播抽奖',
keepAlive: true,
},
},
],
},
{