update 删除console.log

This commit is contained in:
LiuHao 2024-02-03 23:07:21 +08:00
parent c61d1b2850
commit 05f010bc5f

View File

@ -171,7 +171,6 @@ const confirm = () => {
}; };
const computedIds = (data) => { const computedIds = (data) => {
console.log(data);
if (data instanceof Array) { if (data instanceof Array) {
return [...data]; return [...data];
} else if (typeof data === 'string') { } else if (typeof data === 'string') {