From 4f9044ae2a9f2db03bbb916bc5f6dfd12916361d Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Wed, 03 Jun 2026 16:10:01 +0800
Subject: [PATCH] 1

---
 src/components/quotes-title/index.vue |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/components/quotes-title/index.vue b/src/components/quotes-title/index.vue
index 6072fac..8d37217 100644
--- a/src/components/quotes-title/index.vue
+++ b/src/components/quotes-title/index.vue
@@ -35,16 +35,8 @@
 const router = useRouter()
 const tabList = ref([
   {
-    name: t("外汇"),
-    value: "forex",
-    id: "",
-  }, {
     name: t("大宗商品"),
     value: "commodities",
-    id: "",
-  }, {
-    name: t("指数"),
-    value: "indices",
     id: "",
   }, {
     name: t("加密货币"),

--
Gitblit v1.9.3