Browse Source

登陆验证

pull/106/head
pengda 3 weeks ago
parent
commit
d8e4098acd
  1. 3
      src/main.js

3
src/main.js

@ -72,6 +72,7 @@ autoLoginByToken().then(() => {
store, store,
render: h => h(App) render: h => h(App)
}).$mount('#app') }).$mount('#app')
}).catch(() => { }).catch((e) => {
console.log(e)
// window.location.href = process.env.VUE_APP_HOST; // window.location.href = process.env.VUE_APP_HOST;
}); });

Loading…
Cancel
Save