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