From d4e6ec0389dd8abbcce4ee4f9e5cdad1633491d5 Mon Sep 17 00:00:00 2001 From: kongdeqiang <123456> Date: 星期四, 11 五月 2023 09:44:25 +0800 Subject: [PATCH] 修改项目 --- src/main/resources/templates/common/footerDashView.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/common/footerDashView.html b/src/main/resources/templates/common/footerDashView.html index d1dabf8..56c6c05 100644 --- a/src/main/resources/templates/common/footerDashView.html +++ b/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 ©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> @@ -69,4 +69,4 @@ toastr.options.timeOut = 15000; //鍚敤寮瑰嚭妗唒opover $("[data-toggle='popover']").popover(); -</script> \ No newline at end of file +</script> -- Gitblit v1.9.1