mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-10 20:36:55 +08:00
update song-request to live-request, add questionbox tag support
This commit is contained in:
@@ -114,11 +114,11 @@ export default //管理页面
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'song-request',
|
||||
name: 'manage-songRequest',
|
||||
component: () => import('@/views/open_live/SongRequest.vue'),
|
||||
path: 'live-request',
|
||||
name: 'manage-liveRequest',
|
||||
component: () => import('@/views/open_live/LiveRequest.vue'),
|
||||
meta: {
|
||||
title: '点歌 (歌势',
|
||||
title: '点播',
|
||||
keepAlive: true,
|
||||
danmaku: true,
|
||||
},
|
||||
@@ -128,7 +128,7 @@ export default //管理页面
|
||||
name: 'manage-musicRequest',
|
||||
component: () => import('@/views/open_live/MusicRequest.vue'),
|
||||
meta: {
|
||||
title: '点歌 (点播',
|
||||
title: '点歌',
|
||||
keepAlive: true,
|
||||
danmaku: true,
|
||||
},
|
||||
|
||||
@@ -11,9 +11,10 @@ export default {
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'song-request',
|
||||
name: 'obs-song-request',
|
||||
component: () => import('@/views/obs/SongRequestOBS.vue'),
|
||||
path: 'live-request',
|
||||
name: 'obs-live-request',
|
||||
alias: 'song-request',
|
||||
component: () => import('@/views/obs/LiveRequestOBS.vue'),
|
||||
meta: {
|
||||
title: '弹幕点歌 (歌势',
|
||||
},
|
||||
|
||||
@@ -19,9 +19,9 @@ export default {
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'song-request',
|
||||
name: 'open-live-song-request',
|
||||
component: () => import('@/views/open_live/SongRequest.vue'),
|
||||
path: 'live-request',
|
||||
name: 'open-live-live-request',
|
||||
component: () => import('@/views/open_live/LiveRequest.vue'),
|
||||
meta: {
|
||||
title: '点歌',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user