mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 07:46:44 +08:00
Merge branch 'PC保全' into feature/【保全】
# Conflicts: # src/api/ebiz/preserve/preserve.js
This commit is contained in:
@@ -5,6 +5,7 @@ const handleResult = () => import('@/views/ebiz/preserve/common/HandleResult')
|
||||
const submitResult = () => import('@/views/ebiz/preserve/common/SubmitResult')
|
||||
const policyList = () => import('@/views/ebiz/preserve/common/PolicyList')
|
||||
const renewalInfo = () => import('@/views/ebiz/preserve/pc/RenewalInfo')
|
||||
const pcImageUpload = () => import('@/views/ebiz/preserve/pc/ImageUpload')
|
||||
const renewalConfirmation = () => import('@/views/ebiz/preserve/pc/RenewalConfirmation')
|
||||
const autopayAuthorization = () => import('@/views/ebiz/preserve/pc/AutopayAuthorization')
|
||||
const contactInfo = () => import('@/views/ebiz/preserve/bb/ContactInfo')
|
||||
@@ -72,6 +73,15 @@ export default [
|
||||
index: 4
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/preserve/pc/imageUpload',
|
||||
name: 'pcImageUpload',
|
||||
component: pcImageUpload,
|
||||
meta: {
|
||||
title: '续期账号图片上传',
|
||||
index: 41
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/preserve/bc/beneficiaryInfo',
|
||||
name: 'beneficiaryInfo',
|
||||
|
||||
Reference in New Issue
Block a user