fix: 去除打印

This commit is contained in:
@changcode
2021-07-09 11:58:10 +08:00
parent a14ea5c724
commit c1911d2cbd

View File

@@ -1687,7 +1687,7 @@ export default {
imgArr.push({ ...item }) imgArr.push({ ...item })
}) })
Promise.all(promiseArr).then((res2, header) => { Promise.all(promiseArr).then((res2, header) => {
console.log(res2) // console.log(res2)
this.iconArray = [...res.data.list] this.iconArray = [...res.data.list]
this.iconArray.forEach((item, index) => { this.iconArray.forEach((item, index) => {
item.image = res2[index].data item.image = res2[index].data