mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 13:16:43 +08:00
【人管处20220302-关于贵州分公司(筹)电子入司签订材料的需求】新加个销售从业人员拒绝非法集资模板,修改type值, keyword,标题
This commit is contained in:
@@ -5,6 +5,7 @@ const healthNotice = () => import('@/views/ebiz/agentEenter/HealthNotice')
|
|||||||
const letterOfCommitment = () => import('@/views/ebiz/agentEenter/LetterCommitment')
|
const letterOfCommitment = () => import('@/views/ebiz/agentEenter/LetterCommitment')
|
||||||
const messageLetterOfCommitment = () => import('@/views/ebiz/agentEenter/MessageLetterOfCommitment')
|
const messageLetterOfCommitment = () => import('@/views/ebiz/agentEenter/MessageLetterOfCommitment')
|
||||||
const illegalLetterOfCommitment = () => import('@/views/ebiz/agentEenter/IllegalLetterOfCommitment')
|
const illegalLetterOfCommitment = () => import('@/views/ebiz/agentEenter/IllegalLetterOfCommitment')
|
||||||
|
const GuizhouSalesPractitioners = () => import('@/views/ebiz/agentEenter/GuizhouSalesPractitioners')
|
||||||
const guarantee = () => import('@/views/ebiz/agentEenter/Guarantee')
|
const guarantee = () => import('@/views/ebiz/agentEenter/Guarantee')
|
||||||
// const confirmation = () => import('@/views/ebiz/agentEenter/Confirmation')
|
// const confirmation = () => import('@/views/ebiz/agentEenter/Confirmation')
|
||||||
const paction = () => import('@/views/ebiz/agentEenter/Paction')
|
const paction = () => import('@/views/ebiz/agentEenter/Paction')
|
||||||
@@ -163,6 +164,15 @@ export default [
|
|||||||
index: 1
|
index: 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: '/agentEenter/GuizhouSalesPractitioners',
|
||||||
|
name: 'GuizhouSalesPractitioners',
|
||||||
|
component: GuizhouSalesPractitioners,
|
||||||
|
meta: {
|
||||||
|
title: '销售从业人员拒绝非法集资、非法放贷、金融诈骗承诺书',
|
||||||
|
index: 1
|
||||||
|
}
|
||||||
|
},
|
||||||
// {
|
// {
|
||||||
// path: '/agentEenter/InformationInspectionAuthorization',
|
// path: '/agentEenter/InformationInspectionAuthorization',
|
||||||
// name: 'InformationInspectionAuthorization',
|
// name: 'InformationInspectionAuthorization',
|
||||||
|
|||||||
@@ -1048,6 +1048,10 @@ export function filtSignList(that, signList) {
|
|||||||
//23 桂冠会员爱心专项基金捐赠志愿书
|
//23 桂冠会员爱心专项基金捐赠志愿书
|
||||||
case '23':
|
case '23':
|
||||||
item.path = 'Donationagreement'
|
item.path = 'Donationagreement'
|
||||||
|
break
|
||||||
|
//24 销售从业人员拒绝非法集资、非法放贷、金融诈骗承诺书
|
||||||
|
case '24':
|
||||||
|
item.path = 'GuizhouSalesPractitioners'
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user