feat: award页面
This commit is contained in:
@@ -424,7 +424,19 @@ const routes: Array<RouteRecordRaw> = [
|
||||
meta: {
|
||||
enter: "all",
|
||||
},
|
||||
component: () => import("@/views/AwardPage/index.vue"),
|
||||
component: () => import("@/views/AwardPage/container.vue"),
|
||||
children:[
|
||||
{
|
||||
path:'index',
|
||||
name:'AwardIndex',
|
||||
component:()=>import('@/views/AwardPage/index.vue')
|
||||
},
|
||||
{
|
||||
path:'apply',
|
||||
name:'Apply',
|
||||
component:()=>import('@/views/AwardPage/apply.vue')
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: "/:catchAll(.*)",
|
||||
|
||||
Reference in New Issue
Block a user