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