From 5aab9d96c2cab84be69dd82350f7d6bd84a9a52a Mon Sep 17 00:00:00 2001 From: zegezy <1098696801@qq.com> Date: Mon, 15 Jan 2024 08:51:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E7=BA=A7=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E6=B2=A1=E6=9C=89icon=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/magic-api/api/系统管理/菜单管理/当前用户菜单.ms | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/magic-api/api/系统管理/菜单管理/当前用户菜单.ms b/data/magic-api/api/系统管理/菜单管理/当前用户菜单.ms index 25099e1..0007853 100644 --- a/data/magic-api/api/系统管理/菜单管理/当前用户菜单.ms +++ b/data/magic-api/api/系统管理/菜单管理/当前用户菜单.ms @@ -5,7 +5,7 @@ "groupId" : "67b2ce258e24491194b74992958c74aa", "name" : "当前用户菜单", "createTime" : null, - "updateTime" : 1685784587489, + "updateTime" : 1705136208184, "lock" : "0", "createBy" : null, "updateBy" : null, @@ -644,6 +644,7 @@ nodes.each((key, node) => { if(node.pid == '0'){ if(node.component != 'Layout'){ node = { + icon: node.icon, isShow: 1, component: 'Layout', redirect: node.path,