From 4329b89ddfd6d9e77732e292bf3d8b5990d7f7b2 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Mon, 7 Sep 2020 11:38:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/users/CIList.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/forge/users/CIList.jsx b/src/forge/users/CIList.jsx index 5c219c88..e84c227f 100644 --- a/src/forge/users/CIList.jsx +++ b/src/forge/users/CIList.jsx @@ -17,7 +17,7 @@ function CIList(props){ const url = `/users/${user.login}/projects.json`; axios.get(url,{ params:{ - limit , page + limit , page , category:"manage" } }).then(result=>{ if(result && result.data){ @@ -44,7 +44,7 @@ function CIList(props){ return(