From 0928b39e4053a0fbf4476c93b74d5079fb59e23c Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 9 Apr 2024 15:45:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E8=B7=AF=E7=94=B1=E6=98=BE=E7=A4=BAperm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/route.js | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/config/route.js b/src/config/route.js index 437d7684..cd9c7139 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -2002,16 +2002,6 @@ const routes = [ }, "component": "em/equipmentzl" }, - { - "name": "equipmentj", - "path": "/em/equipmentj", - "meta": { - "title": "监测设备", - "icon": "el-icon-cellphone", - "perms": ["equipmentjk"] - }, - "component": "em/equipmentjk" - }, { "name": "equipmentj", "path": "/em/equipmentjc", @@ -2028,7 +2018,7 @@ const routes = [ "meta": { "title": "监控设备", "icon": "el-icon-cellphone", - "perms": ["equipmentj"] + "perms": ["equipmentjk"] }, "component": "em/equipmentjk" },