From a4d873761dd03a74950d05f204171255509bd5fb Mon Sep 17 00:00:00 2001 From: zhibing.pu <393733352@qq.com> Date: 星期一, 17 六月 2024 16:03:35 +0800 Subject: [PATCH] 修改 bug --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop.html index b5e0830..56a376c 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop.html @@ -69,7 +69,7 @@ @} <#button name="免费福利" icon="fa-remove" clickFun="TCompetition.gift()" space="true"/> <#button name="首页设置" icon="fa-remove" clickFun="TCompetition.indexSet()" space="true"/> - <#button name="SUTU设置" icon="fa-plus" clickFun="TCompetition.addDevice()" space="true"/> + @if(role == '1'){ @if(shiro.hasPermission("/tHomeModule/tHomeModule_platformSet")){ <#button name="图文模块设置" icon="fa-edit" clickFun="TCompetition.platformSet()" space="true"/> -- Gitblit v1.7.1