add:接口接入

This commit is contained in:
2021-09-14 09:33:45 +08:00
parent e54cd12b04
commit e9804cffee
6 changed files with 9944 additions and 832 deletions

View File

@@ -34,5 +34,11 @@ export default new Router({
name: 'reportAgreement',
component: () => import('../views/report/agreement')
},
// 查看pdf页面
{
path: '/showPdf',
name: 'showPdf',
component: () => import('../views/pdf/pdf')
},
]
})