This commit is contained in:
zhutianqi
2021-10-27 09:51:53 +08:00
parent ce13aed18c
commit f8349d8ce1
5 changed files with 1648 additions and 0 deletions
+27
View File
@@ -997,6 +997,33 @@ const routes = [
title: '政策课题入会流程'
}
},
{
path: '/zcrhStep3',
name: 'zcrhStep3',
component: () => import('@/pages/processCenter/pages/creatProcess/zcrh/step3.vue'),
meta: {
requireAuth: true,
title: '政策课题入会流程'
}
},
{
path: '/zcrhStep4',
name: 'zcrhStep4',
component: () => import('@/pages/processCenter/pages/creatProcess/zcrh/step4.vue'),
meta: {
requireAuth: true,
title: '政策课题入会流程'
}
},
{
path: '/zcrhStep1-1',
name: 'zcrhStep1-1',
component: () => import('@/pages/processCenter/pages/creatProcess/zcrh/step1-1.vue'),
meta: {
requireAuth: true,
title: '政策课题入会流程'
}
},
{
path: '/zcchStep1',
name: 'zcchStep1',