From 2b2b2a99fcd65d4d3351154b7e6f6053526438ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=93=E6=AD=BB=E7=8C=AB=E7=9A=84=E8=80=81=E9=BC=A0?= <1063675311@qq.com> Date: Thu, 24 Mar 2022 21:37:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=90=8E=E5=8F=B0controller?= =?UTF-8?q?=20=E4=B8=AD=20#AdminMenu()=E8=AE=BE=E7=BD=AEicon=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/webapp/WEB-INF/views/admin/_layout/_left_menu.html | 2 +- .../main/webapp/WEB-INF/views/ucenter/_layout/_left_menu.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jpress-web/src/main/webapp/WEB-INF/views/admin/_layout/_left_menu.html b/jpress-web/src/main/webapp/WEB-INF/views/admin/_layout/_left_menu.html index 3c61073ec..29f8c267a 100755 --- a/jpress-web/src/main/webapp/WEB-INF/views/admin/_layout/_left_menu.html +++ b/jpress-web/src/main/webapp/WEB-INF/views/admin/_layout/_left_menu.html @@ -33,7 +33,7 @@ #hasPermission(item.permission) diff --git a/jpress-web/src/main/webapp/WEB-INF/views/ucenter/_layout/_left_menu.html b/jpress-web/src/main/webapp/WEB-INF/views/ucenter/_layout/_left_menu.html index f19e279b5..4741a929a 100755 --- a/jpress-web/src/main/webapp/WEB-INF/views/ucenter/_layout/_left_menu.html +++ b/jpress-web/src/main/webapp/WEB-INF/views/ucenter/_layout/_left_menu.html @@ -26,7 +26,7 @@ #for(item : group.items) -- Gitee