src/config/router.config.js
@@ -360,7 +360,6 @@ }, ] }, { path: '/test', component: BlankLayout, @@ -374,6 +373,10 @@ ] }, { path:'/testWorkshop', component:()=>import('@/views/TestWorkshop.vue') }, { path: '/404', component: () => import(/* webpackChunkName: "fail" */ '@/views/exception/404') },