[new] 完成投保进度查询,详情(联系方式变更)

[fix] 完善投保进度列表
This commit is contained in:
tian.guangyuan
2020-04-20 14:18:32 +08:00
parent 78365d4b5d
commit be6e381513
8 changed files with 714 additions and 43 deletions

View File

@@ -13,6 +13,7 @@ const beneficiaryConfirmation = () => import('@/views/ebiz/preserve/BeneficiaryC
const surrenderInfo = () => import('@/views/ebiz/preserve/SurrenderInfo')
const surrenderConfirmation = () => import('@/views/ebiz/preserve/SurrenderConfirmation')
const Progress = () => import('@/views/ebiz/preserve/Progress')
const Contact = () => import('@/views/ebiz/preserve/detail/Contact')
export default [
{
@@ -141,4 +142,13 @@ export default [
index: 14
}
},
{
path: '/preserve/detail/Contact/:surrenderId',
name: 'Contact',
component: Contact,
meta: {
title: '联系方式变更',
index: 15
}
},
]