mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 19:06:43 +08:00
Merge branch 'feature/GFRS-2372【需求】关于金掌桂电子入司申请流程增加签署材料的需求' into release/20210513【无忧卡产说会】
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user