[测评系统]--前端(用户答题页面)
林致杰
2023-05-02 12ba273fcc3686e6ff014ee1ac4cbe932721a941
src/router.js
@@ -156,16 +156,10 @@
      ]
    },
    {
      path: '/report',
      component: Layout,
      children: [
        {
          path: 'h5',
      path: '/report/h5',
          component: () => import('@/views/report/reportH5'),
          name: 'reportH5',
          meta: { title: 'H5报告' }
        }
      ]
    }
  ]
})