From 00385fda92ed40b74a61b2b2a503a82ceeb569f8 Mon Sep 17 00:00:00 2001 From: huzhengrong Date: Mon, 27 Oct 2025 15:37:24 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(picc):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E8=BE=93=E5=87=BA=EF=BC=8C=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=A4=84=E7=90=86=E9=A1=B9=E7=9B=AE=E7=9A=84URL=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/picc.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/service/picc.js b/service/picc.js index 46e63e7..ed7f645 100644 --- a/service/picc.js +++ b/service/picc.js @@ -134,7 +134,7 @@ class PICC { endTime && +new Date(endTime) >= Date.now() ) { - // console.log("处理项目:", item.sourcingId, item.title); + console.log(`${this.key}-处理项目:`, item.url, item.title); info.push({ id: item.url, name: item.title, @@ -190,7 +190,6 @@ class PICC { }) .then((res) => { let result = res.data; - console.log(`${this.key}-then`,JSON.stringify(result.res.rows.map(item=>item.title), null, 2)) if (result.msg === "操作成功" && result.code === 0) { return [null, result]; } else {