From 81e9a090500f3e61ba3346bc45ca8b8f0d173192 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Tue, 4 Nov 2025 09:35:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=85=E5=AE=B9=E5=8E=BB=E5=86=97=E4=BD=99?= =?UTF-8?q?=EF=BC=8C=E5=BC=80=E5=8F=91=E5=92=A8=E8=AF=A2=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/DevelopNews.vue | 4 ++-- app/pages/article/index.vue | 9 --------- app/pages/index/index.vue | 7 ------- 3 files changed, 2 insertions(+), 18 deletions(-) diff --git a/app/components/DevelopNews.vue b/app/components/DevelopNews.vue index 8d55228..0b14985 100644 --- a/app/components/DevelopNews.vue +++ b/app/components/DevelopNews.vue @@ -131,7 +131,7 @@ onMounted(() => { :key="category.name" :data-wow-delay="`${300 + index * 200}ms`" :style="`visibility: visible; animation-delay: ${300 + index * 200}ms; animation-name: fadeInDown;`" - class="wow fadeInDown animated active mb-8 lg:mb-12"> + class="wow fadeInDown animated active ">
@@ -179,7 +179,7 @@ onMounted(() => {
-
+
{ } } - - -// 监听分页变化 -watch(page, () => { - fetchArticles() - // 滚动到顶部 - window.scrollTo({ top: 0, behavior: 'smooth' }) -}) - // 监听查询参数变化 watch(() => route.query.code, (newCode, oldCode) => { // 当 code 参数发生变化时(包括从有值变为无值,或从一个值变为另一个值) diff --git a/app/pages/index/index.vue b/app/pages/index/index.vue index 2375a3f..bf6ce6f 100644 --- a/app/pages/index/index.vue +++ b/app/pages/index/index.vue @@ -28,8 +28,6 @@ 默认横幅 - -
@@ -147,16 +145,11 @@
- - - - -