src/pages/home/topoGraph.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/pages/home/topoGraph.vue
@@ -820,6 +820,9 @@ }, mounted() { this.searchAll() setInterval(() => { this.searchAll() }, 2000) diagram = gridCircuitDiagram(this.$refs.static, this.$refs.flush); this.setPanelPos(); window.addEventListener('resize', () => {