panhui 4 years ago
parent
commit
d903a9b02f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/comos/src/views/account/Register.vue

+ 1 - 1
src/main/comos/src/views/account/Register.vue

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