{"ast":null,"code":"import \"core-js/modules/es.array.push.js\";\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nexport default {\n props: {},\n components: {},\n data() {\n return {\n active: 0,\n listArr: [{\n name: this.$t(\"充币\"),\n router: \"/recharge/rechargePage?symbol=usdt\"\n }, {\n name: this.$t(\"提币\"),\n router: \"/withdraw/withdrawPage\"\n }, {\n name: this.$t(\"闪兑\"),\n router: \"/exchange/exchangePage\"\n }, {\n name: this.$t(\"资产\"),\n router: \"/funds\"\n }]\n };\n },\n methods: {\n changeTab(index, item) {\n this.active = index;\n this.$router.push(item.router);\n }\n }\n};","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}
|