From aca70939a1b9f5ac14fd942b2bb89a9b2d1327fa Mon Sep 17 00:00:00 2001 From: HuangHai <10402852@qq.com> Date: Wed, 2 Jul 2025 13:58:00 +0800 Subject: [PATCH] 'commit' --- dsRag/static/tree.html | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/dsRag/static/tree.html b/dsRag/static/tree.html index e67d8402..a2336f46 100644 --- a/dsRag/static/tree.html +++ b/dsRag/static/tree.html @@ -102,14 +102,6 @@ } html += node.title + ''; - function showNodeInfo(nodeId) { - const node = findNodeById(treeData, nodeId); // 添加treeData作为第一个参数 - if (node) { - alert(`节点ID: ${node.id}\n节点标题: ${node.title}`); - } else { - console.error('未找到节点:', nodeId); // 添加错误日志 - } - } // 修改维护按钮的HTML生成部分 html += '