mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-15 08:16:43 +08:00
GFRS-454【0326】 建议书优化2.0 初版代码备份提交_4 --提交人:阳华祥
This commit is contained in:
@@ -7,6 +7,7 @@ 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')
|
||||
const caluePdf = () => import('@/views/ebiz/proposal/CaluePDF')
|
||||
export default [
|
||||
{
|
||||
path: '/proposal/list',
|
||||
@@ -76,5 +77,13 @@ export default [
|
||||
meta: {
|
||||
title: 'PDF预览'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/proposal/caluePdf',
|
||||
name: 'caluePdf',
|
||||
component: caluePdf,
|
||||
meta: {
|
||||
title: '条款PDF查看'
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user