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

diff --git a/src/views/foreign/Quotation.vue b/src/views/foreign/Quotation.vue
index d14edbc..b0b900e 100644
--- a/src/views/foreign/Quotation.vue
+++ b/src/views/foreign/Quotation.vue
@@ -80,12 +80,10 @@
 const tabIndex = ref(0)
 const listData = ref([])
 const interval = ref(null)
-const type = ref('forex') //默认查询外汇
-const category = ref('forex') //默认查询外汇
+const type = ref('forex')
+const category = ref('commodities')
 const tabList = ref([
-  { title: t('外汇'), category: "forex", type: "forex" },
   { title: t('大宗商品'), category: "commodities", type: "forex" },
-  { title: t('指数'), category: "indices", type: "forex" },
   { title: t('加密货币'), category: "cryptos", type: "cryptos" },
 ])
 const isLoading = ref(false)

--
Gitblit v1.9.3