From b2d17811135de37f7d85640f9e77e2234c0381eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Fri, 9 Jun 2023 15:35:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=88=86=E7=B1=BB=E5=85=B3?= =?UTF-8?q?=E8=81=94=E5=9B=BE=E7=89=87=E5=88=97=E8=A1=A8=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/resource/images/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/resource/images/index.tsx b/src/pages/resource/images/index.tsx index a94d453..f66b59b 100644 --- a/src/pages/resource/images/index.tsx +++ b/src/pages/resource/images/index.tsx @@ -90,7 +90,6 @@ const ResourceImagesPage = () => { // 获取图片列表 const getImageList = () => { setLoading(true); - console.log(category_ids); let categoryIds = category_ids.join(","); resource .resourceList(page, size, "", "", "", "IMAGE", categoryIds)