setInterval("location.reload();",600000);//每30秒刷新一次 1000毫秒等于1秒
刷新报表页面的方法总结 https://help.fanruan.com/finereport/doc-view-1857.html
换个支持移动端的
setInterval(function(){
weihuag :location.reload();
},30000);