src/router.js
@@ -142,6 +142,18 @@ meta: { title: 'career_interests' } } ] }, { path: '/pdf', component: Layout, children: [ { path: 'view', component: () => import('@/views/pdf/h5'), name: 'h5', meta: { title: 'pdf预览' } } ] } ] })