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

This commit is contained in:
asd
2020-09-27 17:26:10 +08:00
6 changed files with 458 additions and 84 deletions

View File

@@ -9,8 +9,19 @@ const routes: Array<RouteRecordRaw> = [
component: () => import("../layout/Mine.vue"),
children: [
{
path:"Archives",
path:"archives",
name: "Archives",
component: () => import("../views/mine/Archives.vue")
},
{
path:"webcast",
name: "Webcast",
component: () => import("../views/mine/ReleaseWebcast.vue")
},
{
path:"video",
name: "Video",
component: () => import("../views/mine/ReleaseVideo.vue")
}
]
},
@@ -19,20 +30,6 @@ const routes: Array<RouteRecordRaw> = [
name: 'Home',
component: () => import(/* webpackChunkName: "about" */ '../components/NavTop.vue')
},
// {
// path: '/about',
// name: 'About',
// // route level code-splitting
// // this generates a separate chunk (about.[hash].js) for this route
// // which is lazy-loaded when the route is visited.
// component: () => import(/* webpackChunkName: "about" */ '../views/About.vue')
// }
{
path: '/archives',
name: 'Archives',
component: () => import('../views/mine/Archives.vue')
},
{
path: '/login',
name: 'Login',