From d2a3d552d70585030be67c4ef719b2ed19cd08c9 Mon Sep 17 00:00:00 2001 From: yuweiqi Date: Tue, 7 Apr 2020 19:09:35 +0800 Subject: [PATCH] =?UTF-8?q?[NEW]=E4=BF=9D=E5=85=A8-=E7=BB=AD=E6=9C=9F?= =?UTF-8?q?=E8=B4=A6=E5=8F=B7=E5=8F=98=E6=9B=B4-=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E8=BD=AC=E8=B4=A6=E6=8E=88=E6=9D=83=E4=B9=A6?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=BC=95=E5=85=A5=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/ebiz/preserve.js | 10 ++++++++++ src/views/ebiz/preserve/AutopayAuthorization.vue | 4 ++++ 2 files changed, 14 insertions(+) create mode 100644 src/views/ebiz/preserve/AutopayAuthorization.vue 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