From 9812f31d6402a268fa6fd35e8c3a2a59582b720d Mon Sep 17 00:00:00 2001 From: kongdeqiang <123456> Date: 星期三, 22 二月 2023 15:57:58 +0800 Subject: [PATCH] 增加service --- src/main/resources/templates/common/footer.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/common/footer.html b/src/main/resources/templates/common/footer.html index 4f21304..8e9c1c3 100644 --- a/src/main/resources/templates/common/footer.html +++ b/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 ©2017-<span id="copyyear">now</span> <a target="_blank" href="http://www.wgstart.com">www.wgstart.com</a>.</strong> + <strong>Copyright ©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'}"> </th:block> @@ -110,4 +110,4 @@ //鍚敤寮瑰嚭妗唒opover $("[data-toggle='popover']").popover(); -</script> \ No newline at end of file +</script> -- Gitblit v1.9.1