zenglf
2023-10-24 575a75a0519e53ceec6bb5d31f682124596c3bae
src/config/router.config.js
@@ -12,7 +12,6 @@
    meta: { title: '首页' },
    redirect: '/dashboard/analysis',
    children: [
      // // dashboard
      // {
      //   path: '/dashboard',
@@ -360,7 +359,6 @@
      },
    ]
  },
  {
    path: '/test',
    component: BlankLayout,
@@ -374,6 +372,10 @@
    ]
  },
  {
    path:'/workshopSignage/:id',
    component:()=>import('@/views/WorkshopSignage.vue')
  },
  {
    path: '/404',
    component: () => import(/* webpackChunkName: "fail" */ '@/views/exception/404')
  },