From 42faef34194c466f03e29d75a63ae502e4213044 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Tue, 06 Jan 2026 10:38:46 +0800
Subject: [PATCH] 上一版是10.10的, 这版才是原始源码
---
src/components/fx-kline/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/components/fx-kline/index.vue b/src/components/fx-kline/index.vue
index ed53b6a..9b9a04e 100644
--- a/src/components/fx-kline/index.vue
+++ b/src/components/fx-kline/index.vue
@@ -83,7 +83,6 @@
onBeforeUnmount(() => {
closeSocket()
- clearTimeout(timer.value)
})
const closeSocket = () => {
@@ -217,6 +216,7 @@
chart.applyNewData(data.value);
})
}
+
}
const initData1 = async () => {
--
Gitblit v1.9.3