From f5b7584e972dd4b48c46875465dc3731337df33b Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Mon, 2 Sep 2024 17:24:57 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96=20sws=20?= =?UTF-8?q?2024-09-02?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/model-article-list/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/model-article-list/index.vue b/src/components/model-article-list/index.vue index 69e6a707..cdbe0f84 100644 --- a/src/components/model-article-list/index.vue +++ b/src/components/model-article-list/index.vue @@ -252,7 +252,6 @@ const article_carousel_list = computed(() => { if (cloneList.length > 0) { // 每页显示的数量 const num = Number(carousel_col.value) + 1; - console.log(num); // 存储数据显示 let nav_list: ArticleCarouselList[] = []; // 拆分的数量