From e06fd9f8ada54ded5afe762cc8543f00923c6ee0 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Fri, 28 Feb 2025 21:16:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B8=81=E5=B8=81k=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/KLine.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/KLine.vue b/src/components/KLine.vue index 11258c5..44c977f 100644 --- a/src/components/KLine.vue +++ b/src/components/KLine.vue @@ -311,7 +311,7 @@ export default { this.model.subscribe([ { cmd: "sub", - msg: `Kline_${this.symbol}_${this.interval}min` + msg: `Kline_${this.symbol}_1day` } ]); // console.log(this.lang)