gjy 3 years ago
parent
commit
d54b237ab7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/layout/index/top/index.vue

+ 2 - 2
src/layout/index/top/index.vue

@@ -502,9 +502,9 @@
             console.log(redirect)
             
             if (redirect) {
-              this.$router.replace(redirect)
+              this.$router.push(redirect)
             } else {
-              this.$router.replace('/')
+              this.$router.push('/')
             }
               let newList = {
                 companyName: companyName,