odc.xiaohui
2023-02-10 bd832982f2697f80650c3c0e83331323039b6faf
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'
}