From 1b8ad0cc6a79f84fb32fdffae39742afa964748e Mon Sep 17 00:00:00 2001 From: Pu Zhibing <393733352@qq.com> Date: 星期二, 24 九月 2024 16:09:50 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/2.0' into 2.0 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/operator/Operator.html | 1 + 1 files changed, 1 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 b132165..5a01801 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,6 +40,7 @@ <#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"/> + <#button name="绑定微信商户号" icon="fa-search" clickFun="TSite.bindWx()" space="true"/> </div> <#table id="TSiteTable"/> </div> -- Gitblit v1.7.1