From 273d548631148f99e17b6898d55a867a0ba93a25 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Tue, 16 Apr 2024 23:55:53 +0800
Subject: [PATCH] first
---
src/components/ex-nav/index.vue | 32 ++++++++++++++++----------------
1 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/src/components/ex-nav/index.vue b/src/components/ex-nav/index.vue
index 0b77847..fc17fa8 100644
--- a/src/components/ex-nav/index.vue
+++ b/src/components/ex-nav/index.vue
@@ -83,14 +83,18 @@
},
{
- name: this.$t("理财"),
- icon: require(`@/assets/3x/资源 3@3x.png`),
- path: "/fm-home",
+ name: this.$t("直播"),
+ icon: require(`@/assets/3x/Artboard 3@33x copy 3.png`),
+ id: "zb",
+ path: "/zb",
+ router: "",
},
{
- name: this.$t("合约交易"),
- icon: require(`@/assets/3x/资源 5@3x.png`),
- path: "/trendDetails/btc",
+ name: this.$t("比赛"),
+ icon: require(`@/assets/3x/Artboard 4@33x copy 3.png`),
+ id: "bs",
+ path: "/bs",
+ router: "",
},
{
name: this.$t("分享"),
@@ -129,18 +133,14 @@
path: "/exchange/exchangePage",
},
{
- name: this.$t("直播"),
- icon: require(`@/assets/3x/Artboard 3@33x copy 3.png`),
- id: "zb",
- path: "/zb",
- router: "",
+ name: this.$t("理财"),
+ icon: require(`@/assets/3x/资源 3@3x.png`),
+ path: "/fm-home",
},
{
- name: this.$t("比赛"),
- icon: require(`@/assets/3x/Artboard 4@33x copy 3.png`),
- id: "bs",
- path: "/bs",
- router: "",
+ name: this.$t("合约交易"),
+ icon: require(`@/assets/3x/资源 5@3x.png`),
+ path: "/trendDetails/btc",
},
];
},
--
Gitblit v1.9.3