From 8d422a336c2fe22526e6169ff087dd3809175115 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Mon, 19 May 2025 17:46:25 +0800
Subject: [PATCH] 首页k线修复

---
 src/page/quotes.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/page/quotes.vue b/src/page/quotes.vue
index 047b54e..5243236 100644
--- a/src/page/quotes.vue
+++ b/src/page/quotes.vue
@@ -294,7 +294,7 @@
     }
     this.tabList[0].text = this.$t("自选");
     this.tabList[1].text = this.$t("现货");
-    this.tabList[2].text = this.$t("合约");
+    // this.tabList[2].text = this.$t("合约");
   },
   deactivated() {
     this.clearTimeout();

--
Gitblit v1.9.3