From 3cb61867769d091f7e20ade8701b6593b82141ad Mon Sep 17 00:00:00 2001
From: 无关风月 <443237572@qq.com>
Date: 星期四, 26 九月 2024 14:40:10 +0800
Subject: [PATCH] 玩湃微信商户分账

---
 cloud-server-management/src/main/webapp/WEB-INF/view/system/operator/Operator.html |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/operator/Operator.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/operator/Operator.html
index 5a01801..8958336 100644
--- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/operator/Operator.html
+++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/operator/Operator.html
@@ -40,7 +40,9 @@
                             <#button name="冻结" icon="fa-remove" clickFun="TSite.offShelf()" space="true"/>
                             <#button name="解冻" icon="fa-check" clickFun="TSite.onShelf()" space="true"/>
                             <#button name="重置密码" icon="fa-search" clickFun="TSite.reload()" space="true"/>
+                            @if(shiro.hasPermission("/operator/merchantNumberWx")){
                             <#button name="绑定微信商户号" icon="fa-search" clickFun="TSite.bindWx()" space="true"/>
+                            @}
                         </div>
                         <#table id="TSiteTable"/>
                     </div>

--
Gitblit v1.7.1