From fd1dfcf3f484db0362dae58f6272b11573452451 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Wed, 23 Oct 2024 22:51:26 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E5=8F=B0=E6=9C=80=E6=96=B0=E5=8A=A8=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../workplace/components/LatestActivity.vue | 164 +++++++++++------- 1 file changed, 99 insertions(+), 65 deletions(-) diff --git a/src/views/dashboard/workplace/components/LatestActivity.vue b/src/views/dashboard/workplace/components/LatestActivity.vue index 0f529cb..0b7c220 100644 --- a/src/views/dashboard/workplace/components/LatestActivity.vue +++ b/src/views/dashboard/workplace/components/LatestActivity.vue @@ -1,71 +1,105 @@ @@ -118,7 +152,7 @@ const loading = ref(false) const getDataList = async () => { try { loading.value = true - const { data } = await get('https://api.charles7c.top/git/orgs/continew/events?limit=10') + const { data } = await get('https://api.charles7c.top/git/orgs/continew/events') data.forEach((item) => { dataList.value.push({ ...item,