From 7b6981fcecea07e89bb653e75bf12a812c629f9f Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Wed, 11 Feb 2026 17:04:48 +0800
Subject: [PATCH] feat:更新轮播图

---
 uniapps/work-wx/src/pages/page/index.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/uniapps/work-wx/src/pages/page/index.vue b/uniapps/work-wx/src/pages/page/index.vue
index ecf7c8c..e6e31ca 100644
--- a/uniapps/work-wx/src/pages/page/index.vue
+++ b/uniapps/work-wx/src/pages/page/index.vue
@@ -147,7 +147,6 @@
 // 获取轮播图
   async function getLBListTest() {
     const res = await getLBList({})
-    console.log(res, '8898')
     // 排除annexUrl为空的项
     lbList.value = res.data.data.filter(item => item.annexUrl).map(item => ({
       ...item,

--
Gitblit v1.9.3