视频详情

This commit is contained in:
2020-09-28 14:22:58 +08:00
parent 84e8a037b3
commit 3d6b421860
10 changed files with 331 additions and 1 deletions

View File

@@ -12,6 +12,17 @@ const routes: Array<RouteRecordRaw> = [
}
]
},
{
path:"/regime",
name:"Regime",
component: () => import("../layout/Regime.vue"),
children: [
{
path: "video",
component: () => import("../views/regime/Video.vue")
}
]
},
{
path: '/',
name: 'Home',