[测评系统]--前端(用户答题页面)
林致杰
2023-04-28 f4e70fb0ad404cfbd212a6b340393f5ecf998087
src/router.js
@@ -142,6 +142,30 @@
          meta: { title: 'career_interests' }
        }
      ]
    },
    {
      path: '/pdf',
      component: Layout,
      children: [
        {
          path: 'view',
          component: () => import('@/views/pdf/reportView'),
          name: 'reportView',
          meta: { title: 'reportView' }
        }
      ]
    },
    {
      path: '/pdf',
      component: Layout,
      children: [
        {
          path: 'h5',
          component: () => import('@/views/pdf/reportH5'),
          name: 'reportH5',
          meta: { title: 'reportH5' }
        }
      ]
    }
  ]
})