zhanghua
2023-04-14 ad88a6c7badd36789a851c34bdca8e0d0dc30dfb
src/router/index.js
@@ -62,7 +62,12 @@
        path: 'cockpitManage',
        name: 'cockpitManage',
        component: () => import('@/views/systemSetting/platform/cockpitManage')
      }
      },
          {
              path: 'externalLinks',   //外部链接
              name: 'externalLinks',
              component: () => import('@/views/systemSetting/platform/externalLinks')
          }
      ]
    },
    {
@@ -353,7 +358,7 @@
  {
    path: 'studyJudge', // 预警研判
    name: 'studyJudge',
    component: () => import('@/views/intelligentPatrol/studyJudge'),
    component: () => import('@/views/intelligentPatrol/studyJudge/tablePage'),
  },
  {
    path: 'illegalSearch', // 违规检索
@@ -365,6 +370,11 @@
    name: 'trendAnalysis',
    component: () => import('@/views/intelligentPatrol/trendAnalysis'),
  },
      {
          path: 'runReport', // 运行报告
          name: 'runReport',
          component: () => import('@/views/intelligentPatrol/runReport'),
      },
  // 违法统计
  {
    path: 'typeStatistics', // 按违规类型统计
@@ -433,4 +443,4 @@
router.push = function push(location) {
  return originalPush.call(this, location).catch(err => err);
}
export default router
export default router