发布直播 上传视频页面
This commit is contained in:
@@ -7,8 +7,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")
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -25,11 +36,6 @@ const routes: Array<RouteRecordRaw> = [
|
||||
// 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')
|
||||
},
|
||||
]
|
||||
|
||||
const router = createRouter({
|
||||
|
||||
Reference in New Issue
Block a user