From 12ec47a5fed86e04433ca725caf6068c5000d0af Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期日, 08 十月 2023 17:02:09 +0800 Subject: [PATCH] 后台代码 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/advertisement/advertisement.html | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/advertisement/advertisement.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/advertisement/advertisement.html index 5702f2c..25e358d 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/advertisement/advertisement.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/advertisement/advertisement.html @@ -38,6 +38,8 @@ <#button name="查看详情" icon="fa-search" clickFun="TSite.openInfo()" space="true"/> <#button name="上架" icon="fa-check" clickFun="TSite.onShelf()" space="true"/> <#button name="下架" icon="fa-remove" clickFun="TSite.offShelf()" space="true"/> + <#button name="基础页面配置" icon="fa-remove" clickFun="TSite.basic()" space="true"/> + <#button name="福利页面配置" icon="fa-remove" clickFun="TSite.benefits()" space="true"/> </div> <#table id="TSiteTable"/> </div> -- Gitblit v1.7.1