From 67500d3f6e90bbf2a991af0020010ed40d7969b8 Mon Sep 17 00:00:00 2001 From: elliott <382696293@qq.com> Date: Sat, 27 Jan 2024 15:26:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E5=85=B8=E7=BB=B4=E6=8A=A4=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flossom-ui/src/router/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flossom-ui/src/router/index.js b/flossom-ui/src/router/index.js index 47fac3f..f156ce3 100644 --- a/flossom-ui/src/router/index.js +++ b/flossom-ui/src/router/index.js @@ -123,8 +123,8 @@ export const dynamicRoutes = [ { path: "/system/dict-data", component: Layout, - hidden: false, - // permissions: ["system:dict:list"], + hidden: true, + permissions: ["system:dict:list"], children: [ { path: "index/:dictId(\\d+)",