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') },