mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 08:46:45 +08:00
[new] 完成投保进度查询,详情(联系方式变更)
[fix] 完善投保进度列表
This commit is contained in:
@@ -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
|
||||
}
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user