1
admin
2026-01-28 03ec19e1313fa30b8039f3ce507efb11242dd3ec
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) {