From 08ac00389c5ae6166cf916d90cf403d517c29224 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Wed, 13 Nov 2024 15:56:25 +0800
Subject: [PATCH] 1

---
 src/components/ex-nav/index.vue |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/src/components/ex-nav/index.vue b/src/components/ex-nav/index.vue
index 59fcf6f..c112739 100644
--- a/src/components/ex-nav/index.vue
+++ b/src/components/ex-nav/index.vue
@@ -99,10 +99,17 @@
         //   icon: require(`@/assets/3x/资源 2@3x.png`),
         //   path: "/promote",
         // },
+		// {
+		//   name: this.$t("理财"),
+		//   icon: require(`@/assets/3x/资源 3@3x.png`),
+		//   path: "/fm-home",
+		// },
 		{
-		  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: "",
 		},
       ];
       this.navList1 = [
@@ -132,13 +139,7 @@
       this.navList2 = [
       
        
-		{
-		  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/Artboard 4@33x copy 3.png`),

--
Gitblit v1.9.3