政策入库流程-修改文件名、路由

This commit is contained in:
zyn
2023-10-18 10:47:05 +08:00
parent 9149b92e23
commit b579053089
14 changed files with 12 additions and 12 deletions
+6 -6
View File
@@ -1143,18 +1143,18 @@ const routes = [
}
},
{
path: '/zcrk1',
name: 'zcrk1',
component: () => import('@/pages/processCenter/pages/creatProcess/hzwl-zcrk/step1.vue'),
path: '/policyWarehousing1',
name: 'policyWarehousing1',
component: () => import('@/pages/processCenter/pages/creatProcess/policyWarehousing/step1.vue'),
meta: {
requireAuth: true,
title: '政策入库流程'
}
},
{
path: '/zcrk2',
name: 'zcrk2',
component: () => import('@/pages/processCenter/pages/creatProcess/hzwl-zcrk/step2.vue'),
path: '/policyWarehousing2',
name: 'policyWarehousing2',
component: () => import('@/pages/processCenter/pages/creatProcess/policyWarehousing/step2.vue'),
meta: {
requireAuth: true,
title: '政策入库流程'