@ -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;
});