diff --git a/src/main.js b/src/main.js index ebeff31..30e44ae 100755 --- a/src/main.js +++ b/src/main.js @@ -73,5 +73,5 @@ autoLoginByToken().then(() => { render: h => h(App) }).$mount('#app') }).catch(() => { - window.location.href = process.env.VUE_APP_HOST; + // window.location.href = process.env.VUE_APP_HOST; });