From a928f7f77a1e907051c8e6010d337c2631339919 Mon Sep 17 00:00:00 2001 From: xixi <123@qq.com> Date: Thu, 1 Aug 2024 13:29:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8Alog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/list/ListProj.tsx | 2 +- src/route/index/Index.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/list/ListProj.tsx b/src/components/list/ListProj.tsx index b9c00ae..193edc3 100644 --- a/src/components/list/ListProj.tsx +++ b/src/components/list/ListProj.tsx @@ -74,7 +74,7 @@ export default function ListProj() { }, onSuccess({ data }) { // console.log('数据', data); - console.log('得到数据'); + // console.log('得到数据'); setPage(data.page); setTotal(data.total); diff --git a/src/route/index/Index.tsx b/src/route/index/Index.tsx index 7659a3b..c50e939 100644 --- a/src/route/index/Index.tsx +++ b/src/route/index/Index.tsx @@ -507,8 +507,8 @@ export default function Index() { }) } // } - console.log('type',type); - console.log('chargeAdditionals',chargeAdditionals); + // console.log('type',type); + // console.log('chargeAdditionals',chargeAdditionals); }, [type, chargeAdditionals, keywords, tagDataId, authorId]);