easegen-front/src/views/chooseTemplate/index.vue
@@ -1560,14 +1560,15 @@ warningStrArr.push( `场景<span style="color: red; font-weight: bold;">${i + 1}</span>无有效的口播内容` ) } else { //判断去除标签后的内容长度是否超过2000字 if (plainText.length > 2000) { warningStrArr.push( `场景<span style="color: red; font-weight: bold;">${i + 1}</span>口播内容超过2000字,请减少或拆分场景` ) } } // else { // //判断去除标签后的内容长度是否超过2000字 // if (plainText.length > 2000) { // warningStrArr.push( // `场景<span style="color: red; font-weight: bold;">${i + 1}</span>口播内容超过2000字,请减少或拆分场景` // ) // } // } } }