feat: There is no way the,Laws
This commit is contained in:
@@ -709,6 +709,33 @@ const routes = [
|
||||
title: '标准入库流程'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/zcrkStep1',
|
||||
name: 'zcrkStep1',
|
||||
component: () => import('@/pages/processCenter/pages/creatProcess/zcrk/step1.vue'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '政策入库流程'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/zcrkStep2',
|
||||
name: 'zcrkStep2',
|
||||
component: () => import('@/pages/processCenter/pages/creatProcess/zcrk/step2.vue'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '政策入库流程'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/zcrkStep5',
|
||||
name: 'zcrkStep5',
|
||||
component: () => import('@/pages/processCenter/pages/creatProcess/zcrk/step5.vue'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '政策入库流程'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/bzdyStep1',
|
||||
name: 'bzdyStep1',
|
||||
|
||||
Reference in New Issue
Block a user