| | |
| | | }, |
| | | ]; |
| | | }, |
| | | // 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> |
| | | |