From 273b1d896d6191b6ec42d56de412b0274667a9ac Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Mon, 01 Jul 2024 18:17:58 +0800
Subject: [PATCH] 7.1电脑版需要改动的地方
---
src/views/forex/home.vue | 30 +++++++++++++++---------------
1 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/src/views/forex/home.vue b/src/views/forex/home.vue
index 946ddd4..15e6f6e 100644
--- a/src/views/forex/home.vue
+++ b/src/views/forex/home.vue
@@ -278,26 +278,26 @@
name: t("h-s2-t1"),
type: "hot",
},
- {
- id: 1,
- name: t("message.user.waihui"),
- type: "forex",
- },
+ // {
+ // id: 1,
+ // name: t("message.user.waihui"),
+ // type: "forex",
+ // },
{
id: 2,
name: t("message.user.shuzihuobi"),
type: "cryptos",
},
- {
- id: 3,
- name: t("h-s2-t4"),
- type: "indices",
- },
- {
- id: 4,
- name: t("h-s2-t5"),
- type: "commodities",
- },
+ // {
+ // id: 3,
+ // name: t("h-s2-t4"),
+ // type: "indices",
+ // },
+ // {
+ // id: 4,
+ // name: t("h-s2-t5"),
+ // type: "commodities",
+ // },
];
const tableList = [
{
--
Gitblit v1.9.3