@@ -159,7 +159,7 @@ export default {
this.$store.dispatch('user/login', this.loginForm).then(() => {
window.setTimeout(() => {
this.$router.push({ path: '/'})
- // this.$router.go(0)
+ this.$router.go(0)
this.loading = false
}, 1000)
}).catch(() => {