mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 15:46:43 +08:00
[NEW]保全-续期账号变更-新增自动转账授权书页面引入路由
This commit is contained in:
@@ -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',
|
||||
|
||||
4
src/views/ebiz/preserve/AutopayAuthorization.vue
Normal file
4
src/views/ebiz/preserve/AutopayAuthorization.vue
Normal file
@@ -0,0 +1,4 @@
|
||||
<!--自动转账授权书-续期账号变更-->
|
||||
<template>
|
||||
<div class="auto-pay"></div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user