From 4aaa6f3fe0fdfd1ba95e4719c0619db1166224cf Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Thu, 03 Jul 2025 16:13:36 +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