From bd832982f2697f80650c3c0e83331323039b6faf Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期五, 10 二月 2023 16:25:44 +0800
Subject: [PATCH] 2023/2/10 肖辉 修改侧边导航高亮

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

diff --git a/src/router/index.js b/src/router/index.js
index fbd1ce1..c9bedb2 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -419,11 +419,6 @@
   component: () => import('@/views/info/Success'),
 },
 {
-  path: '/map',
-  name: 'map',
-  component: () => import('@/components/map/leafletMap.vue')
-},
-{
   path: '*',
   redirect: '/404'
 }

--
Gitblit v1.8.0