mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 16:56:43 +08:00
【自保件需求】---加路由
This commit is contained in:
@@ -27,6 +27,7 @@ const doubleRecordTip = () => import('@/views/ebiz/sale/DoubleRecordTip')
|
||||
const PayResultFail = () => import('@/views/ebiz/sale/PayResultFail')
|
||||
const apointValidDoc = () => import('@/views/ebiz/sale/apointValidDoc')
|
||||
const shortPeriodProduct = () => import('@/views/ebiz/sale/shortPeriodProduct')
|
||||
const commitmentSelfProtect = () => import('@/views/ebiz/sale/commitmentSelfProtect')
|
||||
let riskName = localStorage.riskName
|
||||
console.log('sale/riskName==', riskName)
|
||||
export default [
|
||||
@@ -238,5 +239,13 @@ export default [
|
||||
meta: {
|
||||
title: '国富人寿短期健康险投保须知'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/sale/commitmentSelfProtect',
|
||||
name: 'commitmentSelfProtect',
|
||||
component: commitmentSelfProtect,
|
||||
meta: {
|
||||
title: '国富人寿自保件承诺书'
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user