Merge branch 'feature/GFRS-217【待确定】保全-续期账号变更' into feature/GFRS-216【待确定】保全-联系方式变更

# Conflicts:
#	src/api/ebiz/preserve/preserve.js
#	src/views/ebiz/preserve/Search.vue
This commit is contained in:
tian.guangyuan
2020-04-10 17:48:03 +08:00
4 changed files with 235 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ const beneficiaryInfo = () => import('@/views/ebiz/preserve/BeneficiaryInfo')
const beneficiaryConfirmation = () => import('@/views/ebiz/preserve/BeneficiaryConfirmation')
const surrenderInfo = () => import('@/views/ebiz/preserve/SurrenderInfo')
const surrenderConfirmation = () => import('@/views/ebiz/preserve/SurrenderConfirmation')
const autopayAuthorization = () => import('@/views/ebiz/preserve/AutopayAuthorization')
export default [
{
@@ -132,6 +133,15 @@ export default [
index: 12
}
},
{
path: '/preserve/autopayAuthorization',
name: 'autopayAuthorization',
component: autopayAuthorization,
meta: {
title: '签署自动转账授权书',
index: 12
}
},
{
path: '/preserve/submitResult',
name: 'submitResult',