This commit is contained in:
zhutianqi
2021-06-09 17:57:44 +08:00
parent ed6a3e2c1d
commit 98f888c251
16 changed files with 1248 additions and 839 deletions
+9
View File
@@ -221,6 +221,15 @@ const routes = [
requireAuth: true,
title: '标准需求(翻译)申请流程'
}
},
{
path: '/bzffStep1',
name: 'bzffStep1',
component: () => import('@/pages/processCenter/pages/creatProcess/bzff/step1.vue'),
meta: {
requireAuth: true,
title: '标准发放申请流程'
}
}
]
},