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]);