public/index.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/screen/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
public/index.html
@@ -12,7 +12,9 @@ </title> <!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]--> <style> html html { font-size: 14px } body, #app { height: 100%; src/views/screen/index.vue
@@ -309,6 +309,7 @@ }) .catch((err) => { }); this.getData(); // 查询数据 this.intervalId = setInterval(this.getData, 3600000); //一小时一次 },