|
@@ -341,7 +341,7 @@ export default {
|
|
|
arr.push({type:'tag',text:`</${tag}>`})
|
|
|
arr.push({type:'text',text:item1.text.substring(this.selectObj.endIndex - currentIndex1,item1.text.length)})
|
|
|
data.splice(endIndex + len - 1,1,...arr)
|
|
|
- console.log(data)
|
|
|
+ // console.log(data)
|
|
|
}
|
|
|
// }else{
|
|
|
|