移除日志

This commit is contained in:
lyswhut 2021-10-03 11:41:43 +08:00
parent b17ffa832b
commit ff03af5a56

View File

@ -69,6 +69,6 @@ export const debounceSearchList = debounce((text, list, callback) => {
for (const item of list) {
if (rxp.test(`${item.name}${item.singer}${item.albumName ? item.albumName : ''}`)) reslutList.push(item)
}
console.log(reslutList)
// console.log(reslutList)
callback(handleSortList(reslutList, text))
}, 200)