Ver Fonte

中断循环

lin-xin há 7 anos atrás
pai
commit
8f085b27fd
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/components/common/Tags.vue

+ 1 - 0
src/components/common/Tags.vue

@@ -102,6 +102,7 @@
                             this.$router.push('/');
                         }
                         this.tagsList.splice(i, 1);
+                        break;
                     }
                 }
             })