去除console,升级组件

This commit is contained in:
2019-03-04 23:02:10 +08:00
parent e7423df44e
commit a137ac16df
4 changed files with 819 additions and 1083 deletions

View File

@ -98,7 +98,6 @@ export default {
tocIdsTop.push(tTop)
tocIdsTopMap.set(tTop, '#' + this.tocIds[n])
}
console.log(tocIdsTop)
const findInIds = (arr, num) => { for (let x = 0; x < arr.length; x++) { if (arr[x] > num) { return x - 1 } } }