From 5f54b79fce4fc14f92939c9c9c759074713132e2 Mon Sep 17 00:00:00 2001 From: chenkainan Date: Tue, 1 Apr 2025 16:26:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 9e8ccfe..b1b686e 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -449,7 +449,7 @@ this.Post({ date: '', offset: 0, - limit: 100, + limit: 1, type_id: 6 },'/api/activity/getActivityCalendar').then(res => { this.calendarItem = res.data[0]