This commit is contained in:
2023-12-17 18:54:55 +08:00
parent db17cffa30
commit 7ae3fdfe99
15 changed files with 993 additions and 372 deletions

View File

@@ -210,6 +210,16 @@ const routes: Array<RouteRecordRaw> = [
danmaku: true,
},
},
{
path: 'speech',
name: 'manage-speech',
component: () => import('@/views/open_live/ReadDanmaku.vue'),
meta: {
title: '读弹幕',
keepAlive: true,
danmaku: true,
},
},
{
path: 'live',
name: 'manage-live',
@@ -274,6 +284,14 @@ const routes: Array<RouteRecordRaw> = [
title: '排队',
},
},
{
path: 'speech',
name: 'open-live-speech',
component: () => import('@/views/open_live/ReadDanmaku.vue'),
meta: {
title: '读弹幕',
},
},
],
},
{