@@ -168,7 +168,7 @@ export default {
if(this.$store.getters.isLogin) {
this.$message('你已有注册的账号')
setTimeout(() => {
- // location.href = '/'
+ location.href = '/'
}, 1000)
}
},