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:
@@ -14,6 +14,8 @@ 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')
|
||||
const Beneficiary = () => import('@/views/ebiz/preserve/detail/Beneficiary')
|
||||
const BeneficiaryInfoD = () => import('@/views/ebiz/preserve/detail/BeneficiaryInfo')
|
||||
|
||||
export default [
|
||||
{
|
||||
@@ -151,4 +153,23 @@ export default [
|
||||
index: 15
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/preserve/detail/Beneficiary/:surrenderId',
|
||||
name: 'Beneficiary',
|
||||
component: Beneficiary,
|
||||
meta: {
|
||||
title: '受益人',
|
||||
index: 16
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/preserve/detail/BeneficiaryInfo',
|
||||
name: 'BeneficiaryInfoD',
|
||||
component: BeneficiaryInfoD,
|
||||
meta: {
|
||||
title: '指定受益人信息',
|
||||
index: 17
|
||||
}
|
||||
},
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user