中断循环

This commit is contained in:
lin-xin 2019-01-08 11:52:59 +08:00
parent 4ff06b7b9f
commit 8f085b27fd
1 changed files with 1 additions and 0 deletions

View File

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