From c55af1ea5bd790dec3b5e99d7a8073e86c1b09aa Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Thu, 22 Aug 2024 15:00:02 +0800
Subject: [PATCH] 新增:荷兰 西班牙 瑞典语
---
src/components/kline-charts/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/components/kline-charts/index.vue b/src/components/kline-charts/index.vue
index a008bc1..8464840 100644
--- a/src/components/kline-charts/index.vue
+++ b/src/components/kline-charts/index.vue
@@ -168,7 +168,7 @@
chart.applyNewData(data);
this.$emit('updataLine', false)
})
- }, 10000);
+ }, 1000);
},
setChartType() {
let type = 'area'
--
Gitblit v1.9.3