zhanghua
2023-01-29 e40748d026cdd85225b2eb2582299ed54ec862fb
src/router/index.js
@@ -83,6 +83,9 @@
        path: 'point',
        name: 'point',
        component: () => import('@/views/systemSetting/device/point'),
        meta: {
          keepAlive: false // 不需要被缓存
        }
      },
      {
        path: 'handheldTerminal',
@@ -319,7 +322,10 @@
  {
    path: "video",
    name: 'video',
    component: () => import('@/views/video')
    component: () => import('@/views/video'),
    meta: {
      keepAlive: false // 不需要被缓存
    }
  },
  {
@@ -413,6 +419,11 @@
  component: () => import('@/views/info/Success'),
},
{
  path: '/map',
  name: 'map',
  component: () => import('@/components/map/leafletMap.vue')
},
{
  path: '*',
  redirect: '/404'
}