From 39899a959b7bc5b8673bc914332c2c68f6a05bfe Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 11 九月 2023 21:55:02 +0800
Subject: [PATCH] Merge branch 'dev1.0' of http://42.193.1.25:9521/r/sccg_ui into dev1.0

---
 src/router/index.js |   21 +++++++++++++--------
 1 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index fbd1ce1..de2ed93 100644
--- a/src/router/index.js
+++ b/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', // 鎸夎繚瑙勭被鍨嬬粺璁�
@@ -419,11 +429,6 @@
   component: () => import('@/views/info/Success'),
 },
 {
-  path: '/map',
-  name: 'map',
-  component: () => import('@/components/map/leafletMap.vue')
-},
-{
   path: '*',
   redirect: '/404'
 }
@@ -438,4 +443,4 @@
 router.push = function push(location) {
   return originalPush.call(this, location).catch(err => err);
 }
-export default router
\ No newline at end of file
+export default router

--
Gitblit v1.8.0