视频详情

This commit is contained in:
2020-09-29 15:56:33 +08:00
parent 0432653cd3
commit 6b1eb02e9b
7 changed files with 2372 additions and 2106 deletions

View File

@@ -20,6 +20,10 @@ const routes: Array<RouteRecordRaw> = [
{
path: "video",
component: () => import("../views/regime/Video.vue")
},
{
path: "videoinfo",
component: () => import("../views/regime/VideoInfo.vue")
}
]
},