feat: award表单页面
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user