From 69aa4b7347d9507f82620b3ca6d2af99c66596e4 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 21 Oct 2024 12:45:01 +0800
Subject: [PATCH] 放开ico

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

diff --git a/src/components/ex-nav/index.vue b/src/components/ex-nav/index.vue
index a7b12ca..31dbd71 100644
--- a/src/components/ex-nav/index.vue
+++ b/src/components/ex-nav/index.vue
@@ -75,6 +75,12 @@
     // },
     getNavlist() {
       this.navList = [
+		  {
+		    name: this.$t("ICO"),
+		    icon: require(`@/assets/3x/资源 2@3x.png`),
+		  
+		    path: "/new-urrency",
+		  },
         {
           name: this.$t("资金"),
           icon: require(`@/assets/3x/资源 7@3x.png`),
@@ -96,18 +102,13 @@
         //   icon: require(`@/assets/3x/资源 2@3x.png`),
         //   path: "/promote",
         // },
-		{
-		  name: this.$t("理财"),
-		  icon: require(`@/assets/3x/资源 3@3x.png`),
-		  path: "/fm-home",
-		},
+		
       ];
       this.navList1 = [
         {
-          name: this.$t("在线客服"),
-          icon: require(`@/assets/3x/资源 8@3x.png`),
-
-          path: "/customerService",
+          name: this.$t("理财"),
+          icon: require(`@/assets/3x/资源 3@3x.png`),
+          path: "/fm-home",
         },
         {
           name: this.$t("质押借币"),
@@ -127,7 +128,12 @@
         },
       ];
       this.navList2 = [
-      
+		{
+		  name: this.$t("在线客服"),
+		  icon: require(`@/assets/3x/资源 8@3x.png`),
+		
+		  path: "/customerService",
+		},
        
 		{
 		  name: this.$t("直播"),

--
Gitblit v1.9.3