This commit is contained in:
donne1226 2022-04-06 22:04:57 +08:00
parent edb48bc4c4
commit 95a099445d

View File

@ -360,7 +360,6 @@ const router = new VueRouter({
router.beforeEach((to, from, next) => {
const c = to.params.chain
console.log(Vue.prototype)
if (c) {
store.commit('select', { chain_name: c })
store.dispatch('chains/getAllIBCDenoms', Vue.prototype)