remove debug

This commit is contained in:
liangping 2021-08-07 23:23:59 +08:00
parent d92ba1538c
commit a9ba1b4a6c

View File

@ -192,7 +192,6 @@ router.beforeEach((to, from, next) => {
store.commit('select', { chain_name: c })
const config = JSON.parse(localStorage.getItem('chains'))
console.log(config, c)
// const has = Object.keys(config).findIndex(i => i === c)
if (!config || Object.keys(config).findIndex(i => i === c) > -1) {
next()