协议签署路由

This commit is contained in:
nimengmeng_1990
2019-11-25 16:11:14 +08:00
parent 659e4c13e0
commit b3075052f1
12 changed files with 1015 additions and 34 deletions

View File

@@ -1,8 +1,12 @@
// 入司申请填写基本信息
const signContract = () => import('@/views/ebiz/agentEenter/SignContract')
const resumeSheet = () => import('@/views/ebiz/agentEenter/ResumeSheet')
const letterOfKnow = () => import('@/views/ebiz/agentEenter/LetterOfKnow')
const healthNotice = () => import('@/views/ebiz/agentEenter/HealthNotice')
const confirmation = () => import('@/views/ebiz/agentEenter/Confirmation')
const letterOfCommitment = () => import('@/views/ebiz/agentEenter/LetterOfCommitment')
const messageLetterOfCommitment = () => import('@/views/ebiz/agentEenter/MessageLetterOfCommitment')
const illegalLetterOfCommitment = () => import('@/views/ebiz/agentEenter/IllegalLetterOfCommitment')
const guarantee = () => import('@/views/ebiz/agentEenter/Guarantee')
// const confirmation = () => import('@/views/ebiz/agentEenter/Confirmation')
const paction = () => import('@/views/ebiz/agentEenter/Paction')
const agentEenterResult = () => import('@/views/ebiz/agentEenter/Result')
const entryProcess = () => import('@/views/ebiz/agentEenter/EntryProcess')
@@ -35,33 +39,69 @@ export default [
index: 1
}
},
{
path: '/agentEenter/resumeSheet',
name: 'resumeSheet',
component: resumeSheet,
meta: {
title: '个险营销员履历表',
index: 1
}
},
{
path: '/agentEenter/healthNotice',
name: 'healthNotice',
component: healthNotice,
meta: {
title: '个险营销员健康告知书',
title: '保险代理申请人健康声明',
index: 1
}
},
{
path: '/agentEenter/confirmation',
name: 'confirmation',
component: confirmation,
path: '/agentEenter/LetterOfCommitment',
name: 'letterOfCommitment',
component: letterOfCommitment,
meta: {
title: '重要事项确认书',
title: '承诺书',
index: 1
}
},
{
path: '/agentEenter/MessageLetterOfCommitment',
name: 'messageLetterOfCommitment',
component: messageLetterOfCommitment,
meta: {
title: '广西保险销售从业人员信息公开承诺书',
index: 1
}
},
{
path: '/agentEenter/IllegalLetterOfCommitment',
name: 'illegalLetterOfCommitment',
component: illegalLetterOfCommitment,
meta: {
title: '销售从业人员拒绝非法集资、非法放贷、金融诈骗承诺书',
index: 1
}
},
{
path: '/agentEenter/Guarantee',
name: 'guarantee',
component: guarantee,
meta: {
title: '担保书',
index: 1
}
},
{
path: '/agentEenter/LetterOfKnow',
name: 'letterOfKnow',
component: letterOfKnow,
meta: {
title: '代理人基本福利保障知晓函',
index: 1
}
},
// {
// path: '/agentEenter/confirmation',
// name: 'confirmation',
// component: confirmation,
// meta: {
// title: '重要事项确认书',
// index: 1
// }
// },
{
path: '/agentEenter/paction',
name: 'paction',