odc.xiaohui
2023-02-17 9b7032666d105dc6abde1b8c7f1cfb2b5f1c989e
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'
}