From d157d0892f1ab5517dbe3a08328ccb9c4e446615 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sun, 20 Apr 2025 15:39:03 +0800
Subject: [PATCH] 1
---
components/kline-charts/index.vue | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/components/kline-charts/index.vue b/components/kline-charts/index.vue
index 81d3d10..10dccda 100644
--- a/components/kline-charts/index.vue
+++ b/components/kline-charts/index.vue
@@ -101,13 +101,13 @@
// text: '3min',
// ts: 3 * 60 * 1000
// },
- {
- id: '5min',
- time: '5min',
- // text: this.$t('分时'),
- text: '5min',
- ts: 5 * 60 * 1000
- },
+ // {
+ // id: '5min',
+ // time: '5min',
+ // // text: this.$t('分时'),
+ // text: '5min',
+ // ts: 5 * 60 * 1000
+ // },
{
id: '15min',
time: '15min',
--
Gitblit v1.9.3