From 55f4c8cda0f426e3a8d31908018a6b9c890bc006 Mon Sep 17 00:00:00 2001
From: kongdeqiang <kongdeqiang@960204@163.com>
Date: 星期二, 02 十二月 2025 20:04:09 +0800
Subject: [PATCH] fix:完善逻辑
---
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 8e9c1c3..0909c1e 100644
--- a/src/main/resources/templates/common/footer.html
+++ b/src/main/resources/templates/common/footer.html
@@ -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,7 +105,7 @@
//璺宠浆鍒扮郴缁熸棩蹇楁煡璇�
function goHrefLogInfo(param) {
- window.location.href = "/wgcloud/log/list?hostname="+param;
+ window.location.href = "/tssw/log/list?hostname="+param;
}
//鍚敤寮瑰嚭妗唒opover
--
Gitblit v1.9.1