[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

@@ -12,4 +12,20 @@ import poster from './poster'
import report from './report'
import survey from './survey'
import nbs from './nbs'
export default [...proposal, ...sale, ...customer, ...my, ...serve, ...common, ...product, ...agentEenter, ...milestone, ...poster, ...report, ...survey, ...nbs] //根据需要进行删减
import preserve from './preserve'
export default [
...proposal,
...sale,
...customer,
...my,
...serve,
...common,
...product,
...agentEenter,
...milestone,
...poster,
...report,
...survey,
...nbs,
...preserve
] //根据需要进行删减

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')