From 1e1e5f612f252d66b0d0386cf52873bb1f3f7d7b Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期五, 01 九月 2023 16:10:37 +0800 Subject: [PATCH] 系统维护+系统监控器+调试工具的app 增加 --- src/Pool/TreeData.ts | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/Pool/TreeData.ts b/src/Pool/TreeData.ts index a737b7e..c9983a8 100644 --- a/src/Pool/TreeData.ts +++ b/src/Pool/TreeData.ts @@ -338,7 +338,6 @@ } else { if (n.type == "menu" && this.zTree) { n.isParent = true - console.log(n) } } }) @@ -492,7 +491,6 @@ this.gb28181CheckedCount = 0 this.gb28181ChildNodeCount = this.countChildrenNodes(this.treeData) this.activeTreeData = this.treeData - console.log(this.activeTreeData) } } -- Gitblit v1.8.0