linzhijie
2023-04-25 256c35331eceab873acffa43b59aaa179c9167ec
src/router.js
@@ -142,6 +142,18 @@
          meta: { title: 'career_interests' }
        }
      ]
    },
    {
      path: '/pdf',
      component: Layout,
      children: [
        {
          path: 'view',
          component: () => import('@/views/pdf/reportView'),
          name: 'reportView',
          meta: { title: '报告预览' }
        }
      ]
    }
  ]
})