[FIX]保全-数据字典扩充,应用到数据字典的地方修改;续期账号变更

This commit is contained in:
yuweiqi
2020-06-10 11:47:10 +08:00
parent ab2226794c
commit 738bf25e61
11 changed files with 528 additions and 139 deletions

View File

@@ -6,8 +6,8 @@ const PolicyList = () => import('@/views/ebiz/preserve/common/PolicyList')
const RenewalInfo = () => import('@/views/ebiz/preserve/pc/RenewalInfo')
const PcImageUpload = () => import('@/views/ebiz/preserve/pc/ImageUpload')
const renewalConfirmation = () => import('@/views/ebiz/preserve/pc/RenewalConfirmation')
const autopayAuthorization = () => import('@/views/ebiz/preserve/pc/AutopayAuthorization')
const RenewalConfirmation = () => import('@/views/ebiz/preserve/pc/RenewalConfirmation')
const AutopayAuthorization = () => import('@/views/ebiz/preserve/pc/AutopayAuthorization')
const contactInfo = () => import('@/views/ebiz/preserve/bb/ContactInfo')
const contacAgreement = () => import('@/views/ebiz/preserve/bb/ContacAgreement')
@@ -161,8 +161,8 @@ export default [
},
{
path: '/preserve/pc/renewalConfirmation',
name: 'renewalConfirmation',
component: renewalConfirmation,
name: 'RenewalConfirmation',
component: RenewalConfirmation,
meta: {
title: '保全代办确认',
index: 10
@@ -188,8 +188,8 @@ export default [
},
{
path: '/preserve/pc/autopayAuthorization',
name: 'autopayAuthorization',
component: autopayAuthorization,
name: 'AutopayAuthorization',
component: AutopayAuthorization,
meta: {
title: '签署自动转账授权书',
index: 12