kongdeqiang
2023-05-11 d4e6ec0389dd8abbcce4ee4f9e5cdad1633491d5
src/main/resources/templates/common/footerDashView.html
@@ -2,7 +2,7 @@
<footer class="main-footer" style="margin-left: 10px">
   <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>
@@ -69,4 +69,4 @@
toastr.options.timeOut = 15000;
//启用弹出框popover
$("[data-toggle='popover']").popover();
</script>
</script>