kongdeqiang
2023-05-11 d4e6ec0389dd8abbcce4ee4f9e5cdad1633491d5
src/main/resources/templates/common/footer.html
@@ -2,7 +2,7 @@
<footer class="main-footer">
   <input type="hidden" id="serverInfoIdentify" th:value="${application.serverInfoId}"/>
   <th:block th:if="${application.copyRight eq 'true'}">
   <strong>Copyright &copy;2017-<span id="copyyear">now</span> <a target="_blank" href="http://www.wgstart.com">www.wgstart.com</a>.</strong>
   <strong>Copyright &copy;2017-<span id="copyyear">now</span> <a target="_blank" href="http://www.10086.cn/">中国移动</a></strong>
   All Rights Reserved.
   </th:block>
   <th:block th:if="${application.copyRight eq 'false'}">&nbsp;</th:block>
@@ -89,7 +89,7 @@
   }
   if(confirm('你确定要删除所选数据吗?')) {
      var vals = chk_value.join(",");
      $.ajax("/wgcloud"+url,{
      $.ajax("/tssw"+url,{
         type:"post",
         data:{"id":vals},
         success:function(data){
@@ -105,9 +105,9 @@
//跳转到系统日志查询
function goHrefLogInfo(param) {
   window.location.href = "/wgcloud/log/list?hostname="+param;
   window.location.href = "/tssw/log/list?hostname="+param;
}
//启用弹出框popover
$("[data-toggle='popover']").popover();
</script>
</script>