src/page/kline/kIndex.vue
@@ -319,6 +319,9 @@ beforeDestroy() { this.clearInterval(this.timer); // 在组件销毁前清除定时器 }, destroyed() { this.clearInterval(this.timer); // 在组件销毁前清除定时器 }, // beforeDestroy() { // this.Klinetype = false; // window.clearInterval()