diff --git a/src/config/route.js b/src/config/route.js index e21ef344..1080de0b 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -2455,6 +2455,7 @@ const routes = [ "title": "报表", "icon": "el-icon-trend-charts", "type": "menu", +"perms": ["bi"] }, "children": [ { @@ -2463,6 +2464,7 @@ const routes = [ "meta": { "title": "数据集", "icon": "el-icon-grid", +"perms": ["dataset"] }, "component": "bi/dataset" },