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 |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/src/main/webapp/views/monitor/js/monitor.js b/src/main/webapp/views/monitor/js/monitor.js
index c35e91c..8889133 100644
--- a/src/main/webapp/views/monitor/js/monitor.js
+++ b/src/main/webapp/views/monitor/js/monitor.js
@@ -1,13 +1,15 @@
-var year = null;
-var month = null;
-var day = null;
-var hour = null;
-var minute = null;
-var second = null;
-var week = null;
+var year = '2020';
+var month = '05';
+var day = '01';
+var hour = '08';
+var minute = '00';
+var second = '00';
+var week = '鏄熸湡涓�';
 
 setInterval(function () {
     setDate();
+    initlinChart();
+    initPieChart();
 }, 1000);
 
 function setDate() {
@@ -43,4 +45,3 @@
 
 }
 
-getDate();
\ No newline at end of file

--
Gitblit v1.9.1