From dce10d37ad35efe8ed1d39d6e5fcf7e4904381df Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Fri, 12 Jun 2026 13:19:53 +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