mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 08:46:45 +08:00
[FIX]保全-数据字典扩充,应用到数据字典的地方修改;续期账号变更
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user