Files
ebiz-h5/src/router/ebiz/agentEenter.js
2023-09-07 11:23:22 +08:00

384 lines
10 KiB
JavaScript

// 入司申请填写基本信息
const signContract = () => import('@/views/ebiz/agentEenter/SignContract')
const letterOfKnow = () => import('@/views/ebiz/agentEenter/LetterOfKnow')
const healthNotice = () => import('@/views/ebiz/agentEenter/HealthNotice')
const letterOfCommitment = () => import('@/views/ebiz/agentEenter/LetterCommitment')
const messageLetterOfCommitment = () => import('@/views/ebiz/agentEenter/MessageLetterOfCommitment')
const illegalLetterOfCommitment = () => import('@/views/ebiz/agentEenter/IllegalLetterOfCommitment')
const GuizhouSalesPractitioners = () => import('@/views/ebiz/agentEenter/GuizhouSalesPractitioners')
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')
const seeCause = () => import('@/views/ebiz/agentEenter/SeeCause')
const ShowPDF = () => import('@/views/ebiz/agentEenter/ShowPDF')
const agentEenterBasicInfor = () => import('@/views/ebiz/agentEenter/AgentEenterBasicInfor')
const agentEnterGuarantor = () => import('@/views/ebiz/agentEenter/AgentEnterGuarantor')
const agentEenterBasicFamily = () => import('@/views/ebiz/agentEenter/AgentEenterBasicFamily')
const agentEenterBasicImage = () => import('@/views/ebiz/agentEenter/AgentEenterBasicImage')
const agentEenterBasicHealth = () => import('@/views/ebiz/agentEenter/AgentEenterBasicHealth')
const agentEenterBasicSuccess = () => import('@/views/ebiz/agentEenter/AgentEenterBasicSuccess')
const ShareInfo = () => import('@/views/ebiz/agentEenter/share/ShareInfo')
const ShareInfoSuccess = () => import('@/views/ebiz/agentEenter/share/ShareInfoSuccess')
const ApproveList = () => import('@/views/ebiz/agentEenter/approve/ApproveList')
const BasicInfo = () => import('@/views/ebiz/agentEenter/approve/BasicInfo')
const ApproveInfo = () => import('@/views/ebiz/agentEenter/approve/ApproveInfo')
const SubmitSuccess = () => import('@/views/ebiz/agentEenter/approve/SubmitSuccess')
const PractisingCertificateInfo = () => import('@/views/ebiz/agentEenter/PractisingCertificate')
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')
const GuizhouLetterOfCommitment = () => import('@/views/ebiz/agentEenter/GuizhouLetterOfCommitment')
const GuizhouLetterOfGuarantee = () => import('@/views/ebiz/agentEenter/GuizhouLetterOfGuarantee')
const GuizhouInsuranceAgencyContract = () => import('@/views/ebiz/agentEenter/GuizhouInsuranceAgencyContract')
const GuizhouPersonalInformationInquiry = () => import('@/views/ebiz/agentEenter/GuizhouPersonalInformationInquiry')
const Donationagreement = () => import('@/views/ebiz/agentEenter/Donationagreement')
export default [
{
path: '/agentEenter/entryProcess',
name: 'entryProcess',
component: entryProcess,
meta: {
title: '查看流程',
index: 1
}
},
{
path: '/agentEenter/signContract',
name: 'signContract',
component: signContract,
meta: {
title: '入司签署信息',
index: 1
}
},
{
path: '/agentEenter/healthNotice',
name: 'healthNotice',
component: healthNotice,
meta: {
title: '保险代理申请人健康声明',
index: 1
}
},
{
path: '/agentEenter/InformationInspectionAuthorization',
name: 'InformationInspectionAuthorization',
component: InformationInspectionAuthorization,
meta: {
title: '个人信息查询授权书',
index: 1
}
},
{
path: '/agentEenter/SelfInsurance',
name: 'SelfInsurance',
component: SelfInsurance,
meta: {
title: '国富人寿保险股份有限公司自保件承诺书',
index: 1
}
},
{
path: '/agentEenter/LetterOfCommitment',
name: 'letterOfCommitment',
component: letterOfCommitment,
meta: {
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/GuizhouLetterOfCommitment',
name: 'GuizhouLetterOfCommitment',
component: GuizhouLetterOfCommitment,
meta: {
title: '承诺书',
index: 1
}
},
{
path: '/agentEenter/GuizhouLetterOfGuarantee',
name: 'GuizhouLetterOfGuarantee',
component: GuizhouLetterOfGuarantee,
meta: {
title: '担保书',
index: 1
}
},
{
path: '/agentEenter/GuizhouInsuranceAgencyContract',
name: 'GuizhouInsuranceAgencyContract',
component: GuizhouInsuranceAgencyContract,
meta: {
title: '保险代理合同',
index: 1
}
},
{
path: '/agentEenter/GuizhouPersonalInformationInquiry',
name: 'GuizhouPersonalInformationInquiry',
component: GuizhouPersonalInformationInquiry,
meta: {
title: '个人信息查询授权书',
index: 1
}
},
{
path: '/agentEenter/Donationagreement',
name: 'Donationagreement',
component: Donationagreement,
meta: {
title: '桂冠会员爱心专项基金捐赠志愿书',
index: 1
}
},
{
path: '/agentEenter/GuizhouSalesPractitioners',
name: 'GuizhouSalesPractitioners',
component: GuizhouSalesPractitioners,
meta: {
title: '销售从业人员拒绝非法集资、非法放贷、金融诈骗承诺书',
index: 1
}
},
// {
// path: '/agentEenter/InformationInspectionAuthorization',
// name: 'InformationInspectionAuthorization',
// component: InformationInspectionAuthorization,
// 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',
component: paction,
meta: {
title: '个险销售人员代理合同',
index: 1
}
},
{
path: '/agentEenter/agentEenterResult',
name: 'agentEenterResult',
component: agentEenterResult,
meta: {
title: '电子合同',
index: 1
}
},
{
path: '/agentEenter/seeCause',
name: 'seeCause',
component: seeCause,
meta: {
title: '未通过原因',
index: 1
}
},
{
path: '/agentEenter/ShowPDF',
name: 'ShowPDF',
component: ShowPDF,
meta: {
title: '个险销售人员代理合同',
index: 1
}
},
{
path: '/agentEenter/agentEenterBasicInfor',
name: 'agentEenterBasicInfor',
component: agentEenterBasicInfor,
meta: {
title: '入司基本信息',
index: 1
}
},
{
path: '/agentEenter/AgentEnterGuarantor',
name: 'AgentEnterGuarantor',
component: agentEnterGuarantor,
meta: {
title: '入司基本信息',
index: 1
}
},
{
path: '/agentEenter/agentEenterBasicFamily',
name: 'agentEenterBasicFamily',
component: agentEenterBasicFamily,
meta: {
title: '入司基本信息',
index: 1
}
},
{
path: '/agentEenter/agentEenterBasicImage',
name: 'agentEenterBasicImage',
component: agentEenterBasicImage,
meta: {
title: '入司影像信息',
index: 1
}
},
{
path: '/agentEenter/agentEenterBasicHealth',
name: 'agentEenterBasicHealth',
component: agentEenterBasicHealth,
meta: {
title: '入司健康告知',
index: 1
}
},
{
path: '/agentEenter/agentEenterBasicSuccess',
name: 'agentEenterBasicSuccess',
component: agentEenterBasicSuccess,
meta: {
title: '提交成功',
index: 1
}
},
{
path: '/agentEenter/practisingCertificateInfo',
name: 'practisingCertificateInfo',
component: PractisingCertificateInfo,
meta: {
title: '执业证信息',
index: 1
}
},
{
path: '/agentEenter/ShareInfo',
name: 'ShareInfo',
component: ShareInfo,
meta: {
title: '入司申请',
index: 1
}
},
{
path: '/agentEenter/ShareInfoSuccess',
name: 'ShareInfoSuccess',
component: ShareInfoSuccess,
meta: {
title: '增员申请',
index: 1
}
},
{
path: '/agentEenter/approve/ApproveList',
name: 'ApproveList',
component: ApproveList,
meta: {
title: '增员审批列表',
index: 1
}
},
{
path: '/agentEenter/approve/BasicInfo/:baseId/:branchType/:approveName/:appntNode?',
name: 'BasicInfo',
component: BasicInfo,
meta: {
title: '增员审批',
index: 1
}
},
{
path: '/agentEenter/approve/ApproveInfo/:baseId/:branchType/:approveName/:appntNode?',
name: 'ApproveInfo',
component: ApproveInfo,
meta: {
title: '增员审批',
index: 1
}
},
{
path: '/agentEenter/approve/SubmitSuccess',
name: 'SubmitSuccess',
component: SubmitSuccess,
meta: {
title: '提交成功',
index: 1
}
},
{
path: '/agentEenter/approve/recordList',
name: 'recordList',
component: recordList,
meta: {
title: '审批记录',
index: 1
}
},
{
path: '/agentEenter/approve/recordDetail/:baseId',
name: 'recordDetail',
component: recordDetail,
meta: {
title: '审批详细信息',
index: 1
}
},
{
path: '/agentEenter/ResultEnd',
name: 'ResultEnd',
component: ResultEnd,
meta: {
title: '入司成功',
index: 1
}
}
]