#
luxiaotao1123
2020-11-20 1e762da8527630096dc84ba589afede826b7f802
#
1个文件已修改
5 ■■■■ 已修改文件
src/main/webapp/views/monitor/js/monitor.js 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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);