@@ -692,7 +692,7 @@ export default {
.then(() => {
setTimeout(() => {
loading.close()
- window.location.href = process.env.VUE_APP_PATH_ALIAS
+ window.location.href = '/'
}, 1000)
})
.catch(() => {})