This commit is contained in:
liangping 2023-03-12 06:22:14 +08:00
parent d044907951
commit 8928ecefb7

View File

@ -57,7 +57,6 @@ export default {
},
created() {
this.$http.getIBCChannels().then(res => {
console.log(res)
this.channels = res.channels
})
},