[NEW]保全-续期账号变更-新增自动转账授权书页面引入路由

This commit is contained in:
yuweiqi
2020-04-07 19:09:35 +08:00
parent b4dde3d274
commit d2a3d552d7
2 changed files with 14 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,4 @@
<!--自动转账授权书-续期账号变更-->
<template>
<div class="auto-pay"></div>
</template>