diff --git a/src/main.js b/src/main.js index 30e44ae..373fa98 100755 --- a/src/main.js +++ b/src/main.js @@ -72,6 +72,7 @@ autoLoginByToken().then(() => { store, render: h => h(App) }).$mount('#app') -}).catch(() => { +}).catch((e) => { + console.log(e) // window.location.href = process.env.VUE_APP_HOST; });