diff --git a/src/views/Template/wrongword.vue b/src/views/Template/wrongword.vue index 14cd3b6..67c1f74 100644 --- a/src/views/Template/wrongword.vue +++ b/src/views/Template/wrongword.vue @@ -320,10 +320,10 @@ export default { } else { // 添加 - if (this.correctList.indexOf(this.ruleForm.correctWord) != -1) { - this.$message.error("正确词已添加过~"); - return; - } + // if (this.correctList.indexOf(this.ruleForm.correctWord) != -1) { + // this.$message.error("正确词已添加过~"); + // return; + // } if (this.mistakenList.indexOf(this.ruleForm.wrongWord) != -1) { this.$message.error("错误词已添加过~");