From 4ed6c4fb44cb05a794c4aff1fc193158307d9ed8 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Mon, 06 May 2024 14:48:46 +0800
Subject: [PATCH] 测试

---
 src/page/list/tradingList/tabs.vue |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/page/list/tradingList/tabs.vue b/src/page/list/tradingList/tabs.vue
index 6852fe7..a3f4047 100644
--- a/src/page/list/tradingList/tabs.vue
+++ b/src/page/list/tradingList/tabs.vue
@@ -53,15 +53,17 @@
         { title: this.$t("hj61"), key: "" },
         // { title: this.$t("hj61"), key: "" },
         // { title: this.$t("数字货币"), key: "1", name: "SZHB" },
-        { title: this.$t("马股"), key: "MAS", name: "MAS" },
+        // { title: this.$t("马股"), key: "MAS", name: "MAS" },
         { title: this.$t("美股"), key: "US", name: "US" },
-        { title: this.$t("港股"), key: "HK", name: "HK" },
+        { title: this.$t("yg"), key: "IN", name: "IN" },
+        // { title: this.$t("港股"), key: "HK", name: "HK" },
       ],
       zxtabsList: [
         // { title: this.$t("数字货币"), key: "1", name: "SZHB" },
-        { title: this.$t("马股"), key: "MAS", name: "MAS" },
+        // { title: this.$t("马股"), key: "MAS", name: "MAS" },
         { title: this.$t("美股"), key: "US", name: "US" },
-        { title: this.$t("港股"), key: "HK", name: "HK" },
+        { title: this.$t("yg"), key: "IN", name: "IN" },
+        // { title: this.$t("港股"), key: "HK", name: "HK" },
       ],
       active: "MAS",
       zxactive: "MAS",

--
Gitblit v1.9.3