From 93fc9c4b4f0e9bb25b5f2965511237faaf206e7c Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 17 十一月 2020 11:18:51 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/monitor/js/monitor.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/monitor/js/monitor.js b/src/main/webapp/views/monitor/js/monitor.js
index 4f325c8..8889133 100644
--- a/src/main/webapp/views/monitor/js/monitor.js
+++ b/src/main/webapp/views/monitor/js/monitor.js
@@ -9,7 +9,7 @@
 setInterval(function () {
     setDate();
     initlinChart();
-    // initPieChart();
+    initPieChart();
 }, 1000);
 
 function setDate() {

--
Gitblit v1.9.1