Merge branch 'feature/GFRS-2372【需求】关于金掌桂电子入司申请流程增加签署材料的需求' into release/20210513【无忧卡产说会】

This commit is contained in:
proudlx
2021-05-13 13:20:36 +08:00
3 changed files with 292 additions and 15 deletions

View File

@@ -29,6 +29,7 @@ const recordList = () => import('@/views/ebiz/agentEenter/approve/RecordList')
const recordDetail = () => import('@/views/ebiz/agentEenter/approve/RecordDetail')
const ResultEnd = () => import('@/views/ebiz/agentEenter/ResultEnd')
const InformationInspectionAuthorization = () => import('@/views/ebiz/agentEenter/InformationInspectionAuthorization')
const SelfInsurance = () => import('@/views/ebiz/agentEenter/SelfInsurance')
export default [
{
@@ -67,6 +68,15 @@ export default [
index: 1
}
},
{
path: '/agentEenter/SelfInsurance',
name: 'SelfInsurance',
component: SelfInsurance,
meta: {
title: '国富人寿保险股份有限公司自保件承诺书',
index: 1
}
},
{
path: '/agentEenter/LetterOfCommitment',
name: 'letterOfCommitment',