feat: award页面

This commit is contained in:
2026-01-16 14:30:48 +08:00
parent c9b67c4d3b
commit 6a5a0930e9
45 changed files with 1584 additions and 67 deletions

View File

@@ -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(.*)",