GFRS-454【0326】 建议书优化2.0 初版代码备份提交 --提交人:阳华祥

This commit is contained in:
阳华祥
2020-03-10 09:41:42 +08:00
parent fa17320915
commit 23cc314a05
14 changed files with 808 additions and 2 deletions

View File

@@ -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',