#
luxiaotao1123
2020-11-17 b7a3359ab59385eec5bca07c666bfbe749e98601
src/main/webapp/views/monitor/js/monitor.js
@@ -8,6 +8,8 @@
setInterval(function () {
    setDate();
    initlinChart();
    initPieChart();
}, 1000);
function setDate() {
@@ -42,3 +44,4 @@
    })
}