【国富惠桂保团体医疗保险产品上线金掌桂投保开发需求】路由管理

This commit is contained in:
li.yuetong
2022-03-09 19:29:05 +08:00
parent 66b926c54e
commit ed353fd193
6 changed files with 1199 additions and 0 deletions

View File

@@ -11,6 +11,13 @@ const phoneCode = () => import('@/views/ebiz/cardList/phoneCode')
const cardDetail = () => import('@/views/ebiz/cardList/cardDetail')
const SignatureConfirmation = () => import('@/views/ebiz/cardList/SignatureConfirmation')
const Result = () => import('@/views/ebiz/cardList/Result')
//团险模块
const GroupAppntInfo = () => import('@/views/ebiz/cardList/GroupAppntInfo')
const GroupInsuredInfo = () => import('@/views/ebiz/cardList/GroupInsuredInfo')
const GroupInsuredList = () => import('@/views/ebiz/cardList/GroupInsuredList')
const GroupPayMent = () => import('@/views/ebiz/cardList/GroupPayMent')
const GroupCheckInfo = () => import('@/views/ebiz/cardList/GroupCheckInfo')
export default [
{
@@ -121,5 +128,51 @@ export default [
index: 11
}
},
//团险模块
{
path: '/cardList/GroupAppntInfo',
name: 'GroupAppntInfo',
component: GroupAppntInfo,
meta: {
title: '填写投保信息',
index: 12
}
},
{
path: '/cardList/GroupInsuredList',
name: 'GroupInsuredList',
component: GroupInsuredList,
meta: {
title: '选择被保险人',
index: 13
}
},
{
path: '/cardList/GroupInsuredInfo',
name: 'GroupInsuredInfo',
component: GroupInsuredInfo,
meta: {
title: '填写被保险人信息',
index: 14
}
},
{
path: '/cardList/GroupPayMent',
name: 'GroupPayMent',
component: GroupPayMent,
meta: {
title: '支付分享',
index: 15
}
},
{
path: '/cardList/GroupCheckInfo',
name: 'GroupCheckInfo',
component: GroupCheckInfo,
meta: {
title: '核对投被保险人信息',
index: 16
}
},
]

File diff suppressed because it is too large Load Diff

View File