From f5d4fc1ced4e72a61b2591bfb0f0483fbed4cfbb Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 23 May 2024 09:26:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:router=E6=B7=BB=E5=8A=A0=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/route.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/config/route.js b/src/config/route.js index 1b82b857..b88583e0 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -805,7 +805,7 @@ const routes = [ "title": "环保模块", "icon": "el-icon-grid", "type": "menu", - // "perms": ["enm_hb"] + "perms": ["enm_hb"] }, "children": [ { @@ -814,7 +814,7 @@ const routes = [ "meta": { "title": "排放口", "icon": "el-icon-cellphone", - // "perms": ["enm_hb"] + "perms": ["enm_hb"] }, "component": "enp/pfk" } @@ -2397,6 +2397,7 @@ const routes = [ "meta": { "title": "日志详情", "icon": "el-icon-document-copy", + "perms": ["enm_base"], "hidden": true }, "component": "enm_rm/logDetail"