Merge branch 'master' of http://git.luyuan.tk/luyuan/beelink into zj
This commit is contained in:
@@ -64,6 +64,21 @@ const routes: Array<RouteRecordRaw> = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path:"/regime",
|
||||
name:"Regime",
|
||||
component: () => import("../layout/Regime.vue"),
|
||||
children: [
|
||||
{
|
||||
path: "video",
|
||||
component: () => import("../views/regime/Video.vue")
|
||||
},
|
||||
{
|
||||
path: "videoinfo",
|
||||
component: () => import("../views/regime/VideoInfo.vue")
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/',
|
||||
name: 'Home',
|
||||
|
||||
Reference in New Issue
Block a user