From 1e762da8527630096dc84ba589afede826b7f802 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期五, 20 十一月 2020 08:33:03 +0800 Subject: [PATCH] # --- src/main/webapp/views/monitor/js/monitor.js | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/monitor/js/monitor.js b/src/main/webapp/views/monitor/js/monitor.js index e4da56e..d874890 100644 --- a/src/main/webapp/views/monitor/js/monitor.js +++ b/src/main/webapp/views/monitor/js/monitor.js @@ -7,12 +7,15 @@ var week = '鏄熸湡涓�'; setInterval(function () { - getOther(); setDate(); initlineChart(); initPieChart(); }, 1000); +setInterval(function () { + getOther(); +}, 500); + function setDate() { getDate(); $('#bar-year').text(year); -- Gitblit v1.9.1