[FIX]更改保全错误路由

This commit is contained in:
yuweiqi
2020-04-07 16:02:56 +08:00
parent 51a804aae3
commit b4dde3d274
2 changed files with 19 additions and 3 deletions

View File

@@ -8,8 +8,8 @@ const renewalInfo = () => import('@/views/ebiz/preserve/RenewalInfo')
const renewalConfirmation = () => import('@/views/ebiz/preserve/RenewalConfirmation')
const contactInfo = () => import('@/views/ebiz/preserve/ContactInfo')
const contactConfirmation = () => import('@/views/ebiz/preserve/ContactConfirmation')
const beneficiaryInfo = () => import('@/views/ebiz/preserve/beneficiaryInfo')
const beneficiaryConfirmation = () => import('@/views/ebiz/preserve/beneficiaryConfirmation')
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')