直播列表

This commit is contained in:
asd
2020-10-10 09:01:16 +08:00
parent 1dcb0d9dc6
commit 598b1f8112
11 changed files with 880 additions and 132 deletions

View File

@@ -76,6 +76,14 @@ const routes: Array<RouteRecordRaw> = [
{
path: "videoinfo",
component: () => import("../views/regime/VideoInfo.vue")
},
{
path: "subscriber",
component: () => import("../views/regime/Subscriber.vue")
},
{
path: "live",
component: () => import("../views/regime/Live.vue")
}
]
},