@@ -173,7 +173,7 @@ export default {
.then(() => {
this.$toast.success('注册成功');
setTimeout(() => {
- this.$router.back();
+ this.$router.replace('/home');
}, 1500);
})
.catch(e => {