视频详情
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user