mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 07:36:44 +08:00
[NEW]【保全-退保】新增退保协议、保单列表页
This commit is contained in:
@@ -13,6 +13,7 @@ const beneficiaryConfirmation = () => import('@/views/ebiz/preserve/BeneficiaryC
|
||||
const surrenderInfo = () => import('@/views/ebiz/preserve/SurrenderInfo')
|
||||
const surrenderConfirmation = () => import('@/views/ebiz/preserve/SurrenderConfirmation')
|
||||
const autopayAuthorization = () => import('@/views/ebiz/preserve/AutopayAuthorization')
|
||||
const surrenderTip = () => import('@/views/ebiz/preserve/SurrenderTip')
|
||||
|
||||
export default [
|
||||
{
|
||||
@@ -132,6 +133,15 @@ export default [
|
||||
index: 12
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/preserve/surrenderTip',
|
||||
name: 'surrenderTip',
|
||||
component: surrenderTip,
|
||||
meta: {
|
||||
title: '退保协议',
|
||||
index: 12
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/preserve/submitResult',
|
||||
name: 'submitResult',
|
||||
|
||||
Reference in New Issue
Block a user