From 3aa3bec7deb8d36f36b33a08a349bdb72fbfb344 Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 15 Dec 2023 15:15:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/route.js | 2 ++ 1 file changed, 2 insertions(+) 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" },