diff --git a/src/main.js b/src/main.js index 373fa98..be7959c 100755 --- a/src/main.js +++ b/src/main.js @@ -74,5 +74,5 @@ autoLoginByToken().then(() => { }).$mount('#app') }).catch((e) => { console.log(e) - // window.location.href = process.env.VUE_APP_HOST; + window.location.href = process.env.VUE_APP_HOST; });