1
admin
2026-01-28 9651e8d425ae12e21cf9718b26e62fade65fb7b6
src/page/kline/components/kLine.vue
@@ -1236,7 +1236,7 @@
      // 遍历并清除所有定时器
      for (let i = 1; i <= lastIntervalId; i++) {
        clearInterval(i);
        clearTimeout(i);
        // clearTimeout(i);
      }
    },
    changeRightContent(type) {