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/views/foreign/index.vue |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/views/foreign/index.vue b/src/views/foreign/index.vue
index 8e572b4..e5a5984 100644
--- a/src/views/foreign/index.vue
+++ b/src/views/foreign/index.vue
@@ -158,13 +158,11 @@
 
 const { t } = useI18n()
 
-const tabIndex = ref(1)
+const tabIndex = ref(0)
 const defaultListData = ref([])
-const symbolType = ref('commodities') //默认查询外汇
+const symbolType = ref('commodities')
 const tabList = ref([
-  { title: t('外汇'), value: "forex" },
   { title: t('大宗商品'), value: "commodities" },
-  { title: t('指数'), value: "indices" },
   { title: t('加密货币'), value: "cryptos" },
 ])
 const hotListDataNameArr = ref([])

--
Gitblit v1.9.3