kongdeqiang
2023-02-22 9812f31d6402a268fa6fd35e8c3a2a59582b720d
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>
@@ -110,4 +110,4 @@
//启用弹出框popover
$("[data-toggle='popover']").popover();
</script>
</script>