Merge branch 'master' of http://git.luyuan.tk/luyuan/beelink into zj

This commit is contained in:
asd
2020-09-29 16:51:56 +08:00
18 changed files with 2971 additions and 2145 deletions

View File

@@ -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',