zhuzhuanzhuan
2023-10-12 36ca71eaff11519ef34eb6e4fb192f24bf3bf47c
src/config/router.config.js
@@ -12,7 +12,6 @@
    meta: { title: '首页' },
    redirect: '/dashboard/analysis',
    children: [
      // // dashboard
      // {
      //   path: '/dashboard',
@@ -373,8 +372,8 @@
    ]
  },
  {
    path:'/testWorkshop',
    component:()=>import('@/views/TestWorkshop.vue')
    path:'/workshopSignage/:workshopId',
    component:()=>import('@/views/WorkshopSignage.vue')
  },
  {
    path: '/404',