From d4e6d812bf1e9fa55ea62745983f0b2a878ed8aa Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期四, 31 三月 2022 10:24:33 +0800
Subject: [PATCH] 管理中心

---
 src/Pool/PollData.ts |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/Pool/PollData.ts b/src/Pool/PollData.ts
index 3ecfc8d..e30b8ad 100644
--- a/src/Pool/PollData.ts
+++ b/src/Pool/PollData.ts
@@ -176,6 +176,9 @@
       }
       this.barCharts = [this.DiskUsePercent,this.CpuUsedPercent,this.GpuUsedPercent,this.MemUsedPercent]
     }
+
+    console.log(this);
+    
   }
 
   public async statisticTaskInfo() {

--
Gitblit v1.8.0