From f93a3e896a7d81f744b72e8069b8226bfdec8ade Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期六, 18 三月 2023 11:41:37 +0800
Subject: [PATCH] 部门管理导入导出

---
 src/router/index.js |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index c9bedb2..7d0ab1a 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: '澶栭儴閾炬帴',
+              component: () => import('@/views/systemSetting/platform/externalLinks')
+          }
       ]
     },
     {
@@ -365,6 +370,11 @@
     name: 'trendAnalysis',
     component: () => import('@/views/intelligentPatrol/trendAnalysis'),
   },
+      {
+          path: 'runReport', // 杩愯鎶ュ憡
+          name: '杩愯鎶ュ憡',
+          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
\ No newline at end of file
+export default router

--
Gitblit v1.8.0