From f3b27e042c7eac349bfef6d0dcf89b397164a599 Mon Sep 17 00:00:00 2001
From: kongdeqiang <kongdeqiang@960204@163.com>
Date: 星期一, 01 十二月 2025 22:15:35 +0800
Subject: [PATCH] fix:ospf主监测表提交
---
src/main/resources/templates/common/footer.html | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/resources/templates/common/footer.html b/src/main/resources/templates/common/footer.html
index 4f21304..0909c1e 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>
@@ -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;
}
//鍚敤寮瑰嚭妗唒opover
$("[data-toggle='popover']").popover();
-</script>
\ No newline at end of file
+</script>
--
Gitblit v1.9.1