diff --git a/src/router/ebiz/preserve.js b/src/router/ebiz/preserve.js index 904e25f3b..0e21f2b8d 100644 --- a/src/router/ebiz/preserve.js +++ b/src/router/ebiz/preserve.js @@ -12,6 +12,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 [ { @@ -122,6 +123,15 @@ export default [ index: 12 } }, + { + path: '/preserve/autopayAuthorization', + name: 'autopayAuthorization', + component: autopayAuthorization, + meta: { + title: '签署自动转账授权书', + index: 12 + } + }, { path: '/preserve/submitResult', name: 'submitResult', diff --git a/src/views/ebiz/preserve/AutopayAuthorization.vue b/src/views/ebiz/preserve/AutopayAuthorization.vue new file mode 100644 index 000000000..f95338a4f --- /dev/null +++ b/src/views/ebiz/preserve/AutopayAuthorization.vue @@ -0,0 +1,4 @@ + + \ No newline at end of file