dcc
2024-07-17 f9f136972efce01e7ac5a82e2a3abf343d1ce5a7
退出line路由定时器停掉
1 files modified
2 ■■■ changed files
src/page/kline/index.vue 2 ●●● patch | view | raw | blame | history
src/page/kline/index.vue
@@ -493,7 +493,7 @@
    this.getNohknews();
  },
  beforeDestroy() {
    this.clearInterval(this.timer); // 在组件销毁前清除定时器
    clearInterval(this.timer); // 在组件销毁前清除定时器
  },
  // beforeDestroy() {
  //   this.Klinetype = false;