update open live page

This commit is contained in:
2023-11-15 14:38:58 +08:00
parent 8e110956a4
commit f117f11407
11 changed files with 626 additions and 137 deletions

View File

@@ -195,6 +195,14 @@ const routes: Array<RouteRecordRaw> = [
path: '/open-live',
name: 'open-live',
children: [
{
path: '',
name: 'open-live-index',
component: () => import('@/views/open_live/OpenLiveIndex.vue'),
meta: {
title: '开放平台',
},
},
{
path: 'lottery',
name: 'open-live-lottery',
@@ -203,6 +211,14 @@ const routes: Array<RouteRecordRaw> = [
title: '直播抽奖',
},
},
{
path: 'song-request',
name: 'open-live-song-request',
component: () => import('@/views/open_live/MusicRequest.vue'),
meta: {
title: '点歌',
},
},
],
},
{