From 1f3ee012d7ba1c26b8a4b3df338163963dc6fa27 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Wed, 22 May 2024 16:30:52 +0800
Subject: [PATCH] site/getInfo.do 不提示错误信息
---
src/page/list/tradingList/tabs.vue | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/page/list/tradingList/tabs.vue b/src/page/list/tradingList/tabs.vue
index c05c8c6..3e90ef0 100644
--- a/src/page/list/tradingList/tabs.vue
+++ b/src/page/list/tradingList/tabs.vue
@@ -51,17 +51,21 @@
return {
tabsList: [
{ title: this.$t("hj61"), key: "" },
- { title: this.$t("hj61"), key: "" },
+ // { title: this.$t("hj61"), key: "" },
// { title: this.$t("数字货币"), key: "1", name: "SZHB" },
+ { title: this.$t("hj261"), key: "DZ", name: "DZ" },
{ 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" },
],
zxtabsList: [
// { title: this.$t("数字货币"), key: "1", name: "SZHB" },
+ { title: this.$t("hj261"), key: "DZ", name: "DZ" },
{ 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" },
],
active: "MAS",
zxactive: "MAS",
--
Gitblit v1.9.3