From 6e6cd8e3315a3e26186d1d23f80b1465e1f03061 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Sun, 14 Apr 2024 17:53:51 +0800
Subject: [PATCH] first
---
src/components/ex-nav/index.vue | 93 +++++++++++++++++++++++-----------------------
1 files changed, 47 insertions(+), 46 deletions(-)
diff --git a/src/components/ex-nav/index.vue b/src/components/ex-nav/index.vue
index e0460f0..cbae9a8 100644
--- a/src/components/ex-nav/index.vue
+++ b/src/components/ex-nav/index.vue
@@ -98,52 +98,53 @@
},
];
},
- // activated() {
- // this.navList = [
- // {
- // name: this.$t("闪兑"),
- // icon: require(`../../assets/theme/${this.theme}/image/nav/exchange.png`),
- // path: "/exchange/exchangePage",
- // },
- // {
- // name: this.$t("理财"),
- // icon: require(`../../assets/theme/${this.theme}/image/nav/finance.png`),
- // path: "/fm-home",
- // },
- // {
- // name: this.$t("合约交易"),
- // icon: require(`../../assets/theme/${this.theme}/image/nav/trading.png`),
- // path: "/trendDetails/btc",
- // },
- // {
- // name: this.$t("分享"),
- // icon: require(`../../assets/theme/${this.theme}/image/nav/share.png`),
- // path: "/promote",
- // },
- // ];
- // this.navList1 = [
- // {
- // name: this.$t("在线客服"),
- // icon: require(`../../assets/theme/${this.theme}/image/nav/account.png`),
- // path: "/customerService",
- // },
- // {
- // name: this.$t("借币"),
- // icon: require(`../../assets/theme/${this.theme}/image/nav/pledge.png`),
- // path: "/customerService",
- // },
- // {
- // name: this.$t("账变记录"),
- // icon: require(`../../assets/theme/${this.theme}/image/nav/record.png`),
- // path: "/accountChange",
- // },
- // {
- // name: this.$t("ICO"),
- // icon: require(`../../assets/theme/${this.theme}/image/nav/pool.png`),
- // path: "/new-urrency",
- // },
- // ];
- // },
+ activated() {
+ this.navList = [
+ {
+ name: this.$t("闪兑"),
+ icon: require(`@/assets/3x/资源 1@3x.png`),
+ path: "/exchange/exchangePage",
+ },
+ {
+ name: this.$t("理财"),
+ icon: require(`@/assets/3x/资源 3@3x.png`),
+ path: "/fm-home",
+ },
+ {
+ name: this.$t("合约交易"),
+ icon: require(`@/assets/3x/资源 5@3x.png`),
+ path: "/trendDetails/btc",
+ },
+ {
+ name: this.$t("分享"),
+ icon: require(`@/assets/3x/资源 2@3x.png`),
+ path: "/promote",
+ },
+ ];
+ this.navList1 = [
+ {
+ name: this.$t("在线客服"),
+
+ icon: require(`@/assets/3x/资源 7@3x.png`),
+ path: "/customerService",
+ },
+ {
+ name: this.$t("质押借币"),
+ icon: require(`@/assets/3x/资源 6@3x.png`),
+ path: "/pledgeLoan",
+ },
+ {
+ name: this.$t("账变记录"),
+ icon: require(`@/assets/3x/资源 9@3x.png`),
+ path: "/accountChange",
+ },
+ {
+ name: this.$t("ICO"),
+ icon: require(`@/assets/3x/资源 8@3x.png`),
+ path: "/new-urrency",
+ },
+ ];
+ },
};
</script>
--
Gitblit v1.9.3