odc.xiaohui
2023-02-24 cec9008c7bdbb373c400d53330642be3891a84d5
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'
}