gjy vor 3 Jahren
Ursprung
Commit
d54b237ab7
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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,