zzzz
2024-04-16 273d548631148f99e17b6898d55a867a0ba93a25
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",
        },
      ];
    },