mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-15 17:36:44 +08:00
GFRS-454【0326】 建议书优化2.0 初版代码备份提交 --提交人:阳华祥
This commit is contained in:
@@ -6,7 +6,7 @@ const insuredPerson = () => import('@/views/ebiz/proposal/InsuredPerson')
|
||||
const exhibition = () => import('@/views/ebiz/proposal/Exhibition')
|
||||
const companyProfile = () => import('@/views/ebiz/proposal/CompanyProfile')
|
||||
const pdf = () => import('@/views/ebiz/proposal/PDF')
|
||||
|
||||
const proposalInfo = () => import('@/views/ebiz/proposal/ProposalInfo')
|
||||
export default [
|
||||
{
|
||||
path: '/proposal/list',
|
||||
@@ -43,7 +43,15 @@ export default [
|
||||
index: 1
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
path: '/proposal/proposalInfo',
|
||||
name: 'proposalInfo',
|
||||
component: proposalInfo,
|
||||
meta: {
|
||||
title: '建议书2.0',
|
||||
index: 1
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/proposal/insuredPerson',
|
||||
name: 'InsuredPerson',
|
||||
|
||||
Reference in New Issue
Block a user