feat: award表单页面

This commit is contained in:
2026-01-19 17:07:05 +08:00
parent a0a751c661
commit a48e517e76
10 changed files with 2658 additions and 1971 deletions

View File

@@ -427,10 +427,15 @@ const routes: Array<RouteRecordRaw> = [
component: () => import("@/views/AwardPage/container.vue"),
children:[
{
path:'index',
path:'',
name:'AwardIndex',
component:()=>import('@/views/AwardPage/index.vue')
},
{
path:'index',
name:'AwardIndexAlt',
component:()=>import('@/views/AwardPage/index.vue')
},
{
path:'apply',
name:'Apply',