src/router/index.js @@ -419,6 +419,11 @@ component: () => import('@/views/info/Success'), }, { path: '/map', name: 'map', component: () => import('@/components/map/leafletMap.vue') }, { path: '*', redirect: '/404' }