This commit is contained in:
zhutianqi
2021-10-27 17:58:00 +08:00
parent 916279f7ae
commit 8a0d7e5ebf
13 changed files with 2381 additions and 67 deletions
+27
View File
@@ -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',