【new】 保全:受益人变更 页面部分粗略完成,还需优化

This commit is contained in:
tian.guangyuan
2020-04-13 16:12:36 +08:00
parent 6a2f39d87f
commit 224fdeb589
8 changed files with 1950 additions and 8 deletions

View File

@@ -10,6 +10,7 @@ const contactInfo = () => import('@/views/ebiz/preserve/ContactInfo')
const contacAgreement = () => import('@/views/ebiz/preserve/ContacAgreement')
const contactConfirmation = () => import('@/views/ebiz/preserve/ContactConfirmation')
const beneficiaryInfo = () => import('@/views/ebiz/preserve/BeneficiaryInfo')
const beneficiaryInfoAdd = () => import('@/views/ebiz/preserve/BeneficiaryInfoAdd')
const beneficiaryConfirmation = () => import('@/views/ebiz/preserve/BeneficiaryConfirmation')
const surrenderInfo = () => import('@/views/ebiz/preserve/SurrenderInfo')
const surrenderConfirmation = () => import('@/views/ebiz/preserve/SurrenderConfirmation')
@@ -70,6 +71,15 @@ export default [
index: 5
}
},
{
path: '/preserve/beneficiaryInfoAdd',
name: 'beneficiaryInfoAdd',
component: beneficiaryInfoAdd,
meta: {
title: '指定受益人信息',
index: 105
}
},
{
path: '/preserve/surrenderInfo',
name: 'surrenderInfo',