mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 06:36:45 +08:00
[new] 将犹退、退保、续期账号变更三个详情从各自保全移植,未对接接口
This commit is contained in:
@@ -16,6 +16,9 @@ const Progress = () => import('@/views/ebiz/preserve/Progress')
|
||||
const Contact = () => import('@/views/ebiz/preserve/detail/Contact')
|
||||
const Beneficiary = () => import('@/views/ebiz/preserve/detail/Beneficiary')
|
||||
const BeneficiaryInfoD = () => import('@/views/ebiz/preserve/detail/BeneficiaryInfo')
|
||||
const Renewal = () => import('@/views/ebiz/preserve/detail/Renewal')
|
||||
const CoolingOffperiodSurrender = () => import('@/views/ebiz/preserve/detail/CoolingOffperiodSurrender')
|
||||
const Surrender = () => import('@/views/ebiz/preserve/detail/Surrender')
|
||||
|
||||
export default [
|
||||
{
|
||||
@@ -163,7 +166,7 @@ export default [
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/preserve/detail/BeneficiaryInfo',
|
||||
path: '/preserve/detail/BeneficiaryInfo/:surrenderId',
|
||||
name: 'BeneficiaryInfoD',
|
||||
component: BeneficiaryInfoD,
|
||||
meta: {
|
||||
@@ -171,5 +174,31 @@ export default [
|
||||
index: 17
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
path: '/preserve/detail/CoolingOffperiodSurrender/:surrenderId',
|
||||
name: 'CoolingOffperiodSurrender',
|
||||
component: CoolingOffperiodSurrender,
|
||||
meta: {
|
||||
title: '犹豫期退保',
|
||||
index: 18
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/preserve/detail/Surrender/:surrenderId',
|
||||
name: 'Surrender',
|
||||
component: Surrender,
|
||||
meta: {
|
||||
title: '退保',
|
||||
index: 19
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/preserve/detail/Renewal/:surrenderId',
|
||||
name: 'Renewal',
|
||||
component: Renewal,
|
||||
meta: {
|
||||
title: '续期账号变更',
|
||||
index: 20
|
||||
}
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user