@@ -60,8 +60,7 @@ export default {
},
methods: {
initData() {
- // chainsId: this.urlParameter.chainId
- getChainsVisitsHistory({ chainsId: 209853 }).then((res) => {
+ getChainsVisitsHistory({ chainsId: this.urlParameter.chainId }).then((res) => {
if (res.code == 200) {
this.list = res.data;
} else {