mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 17:16:43 +08:00
[FIX]更改保全错误路由
This commit is contained in:
@@ -12,4 +12,20 @@ import poster from './poster'
|
|||||||
import report from './report'
|
import report from './report'
|
||||||
import survey from './survey'
|
import survey from './survey'
|
||||||
import nbs from './nbs'
|
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
|
||||||
|
] //根据需要进行删减
|
||||||
|
|||||||
@@ -8,8 +8,8 @@ const renewalInfo = () => import('@/views/ebiz/preserve/RenewalInfo')
|
|||||||
const renewalConfirmation = () => import('@/views/ebiz/preserve/RenewalConfirmation')
|
const renewalConfirmation = () => import('@/views/ebiz/preserve/RenewalConfirmation')
|
||||||
const contactInfo = () => import('@/views/ebiz/preserve/ContactInfo')
|
const contactInfo = () => import('@/views/ebiz/preserve/ContactInfo')
|
||||||
const contactConfirmation = () => import('@/views/ebiz/preserve/ContactConfirmation')
|
const contactConfirmation = () => import('@/views/ebiz/preserve/ContactConfirmation')
|
||||||
const beneficiaryInfo = () => import('@/views/ebiz/preserve/beneficiaryInfo')
|
const beneficiaryInfo = () => import('@/views/ebiz/preserve/BeneficiaryInfo')
|
||||||
const beneficiaryConfirmation = () => import('@/views/ebiz/preserve/beneficiaryConfirmation')
|
const beneficiaryConfirmation = () => import('@/views/ebiz/preserve/BeneficiaryConfirmation')
|
||||||
const surrenderInfo = () => import('@/views/ebiz/preserve/SurrenderInfo')
|
const surrenderInfo = () => import('@/views/ebiz/preserve/SurrenderInfo')
|
||||||
const surrenderConfirmation = () => import('@/views/ebiz/preserve/SurrenderConfirmation')
|
const surrenderConfirmation = () => import('@/views/ebiz/preserve/SurrenderConfirmation')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user