From 916757dbb9d08ef2875fd3a8bd7a16ebe6d8f97c Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Tue, 24 Jun 2025 20:13:07 +0800
Subject: [PATCH] feat
---
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