commit
This commit is contained in:
@@ -979,6 +979,33 @@ const routes = [
|
||||
title: '标准解读流程'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/zcrhStep1',
|
||||
name: 'zcrhStep1',
|
||||
component: () => import('@/pages/processCenter/pages/creatProcess/zcrh/step1.vue'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '政策课题入会流程'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/zcchStep1',
|
||||
name: 'zcchStep1',
|
||||
component: () => import('@/pages/processCenter/pages/creatProcess/zcch/step1.vue'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '政策课题参会流程'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/zchhStep1',
|
||||
name: 'zchhStep1',
|
||||
component: () => import('@/pages/processCenter/pages/creatProcess/zchh/step1.vue'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '政策课题会后流程'
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
// 本地工具
|
||||
|
||||
Reference in New Issue
Block a user