mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 12:16:43 +08:00
【国富惠桂保团体医疗保险产品上线金掌桂投保开发需求】路由管理
This commit is contained in:
@@ -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
|
||||
}
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
1146
src/views/ebiz/cardList/GroupAppntInfo.vue
Normal file
1146
src/views/ebiz/cardList/GroupAppntInfo.vue
Normal file
File diff suppressed because it is too large
Load Diff
0
src/views/ebiz/cardList/GroupCheckInfo.vue
Normal file
0
src/views/ebiz/cardList/GroupCheckInfo.vue
Normal file
0
src/views/ebiz/cardList/GroupInsuredInfo.vue
Normal file
0
src/views/ebiz/cardList/GroupInsuredInfo.vue
Normal file
0
src/views/ebiz/cardList/GroupInsuredList.vue
Normal file
0
src/views/ebiz/cardList/GroupInsuredList.vue
Normal file
0
src/views/ebiz/cardList/GroupPayMent.vue
Normal file
0
src/views/ebiz/cardList/GroupPayMent.vue
Normal file
Reference in New Issue
Block a user