From b4d6e0923d825f3a6cbb12c29b5a522d56362ff8 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期六, 18 三月 2023 13:04:17 +0800
Subject: [PATCH] 用户管理导入导出

---
 src/router/index.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 7d0ab1a..2d7fc01 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -64,8 +64,8 @@
         component: () => import('@/views/systemSetting/platform/cockpitManage')
       },
           {
-              path: 'externalLinks',
-              name: '澶栭儴閾炬帴',
+              path: 'externalLinks',   //澶栭儴閾炬帴
+              name: 'externalLinks',
               component: () => import('@/views/systemSetting/platform/externalLinks')
           }
       ]
@@ -372,7 +372,7 @@
   },
       {
           path: 'runReport', // 杩愯鎶ュ憡
-          name: '杩愯鎶ュ憡',
+          name: 'runReport',
           component: () => import('@/views/intelligentPatrol/runReport'),
       },
   // 杩濇硶缁熻

--
Gitblit v1.8.0