commit
This commit is contained in:
@@ -1033,6 +1033,33 @@ const routes = [
|
||||
title: '政策课题参会流程'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/zcchStep2',
|
||||
name: 'zcchStep2',
|
||||
component: () => import('@/pages/processCenter/pages/creatProcess/zcch/step2.vue'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '政策课题参会流程'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/zcchStep3',
|
||||
name: 'zcchStep3',
|
||||
component: () => import('@/pages/processCenter/pages/creatProcess/zcch/step3.vue'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '政策课题参会流程'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/zcchStep1-1',
|
||||
name: 'zcchStep1-1',
|
||||
component: () => import('@/pages/processCenter/pages/creatProcess/zcch/step1-1.vue'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '政策课题参会流程'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/zchhStep1',
|
||||
name: 'zchhStep1',
|
||||
|
||||
Reference in New Issue
Block a user