mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 05:46:44 +08:00
【人管处20220302-关于贵州分公司(筹)电子入司签订材料的需求】承诺书,担保书,代理合同,个人信息查询授权书新建路由,跳转页面判断
This commit is contained in:
@@ -30,6 +30,10 @@ 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')
|
||||
|
||||
export default [
|
||||
{
|
||||
@@ -113,6 +117,42 @@ export default [
|
||||
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/InformationInspectionAuthorization',
|
||||
// name: 'InformationInspectionAuthorization',
|
||||
|
||||
Reference in New Issue
Block a user