Remove code

This commit is contained in:
liangping 2021-10-18 10:49:00 +08:00
parent da47966021
commit cb325829c2

View File

@ -73,9 +73,8 @@ export default {
},
created() {
// const api = new OsmosAPI()
this.$http.osmosis.getIncentivesPools().then(res => {
console.log(res)
})
// this.$http.osmosis.getIncentivesPools().then(res => {
// })
this.$http.osmosis.getPools().then(res => {
this.pools = res
})