From 4be7ead3a8dc317e631c33ddca52536540ee7019 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 04 Feb 2026 11:11:55 +0800
Subject: [PATCH] feat:恢复

---
 uniapps/work-app/src/pages/work/index.vue |   13 +------------
 1 files changed, 1 insertions(+), 12 deletions(-)

diff --git a/uniapps/work-app/src/pages/work/index.vue b/uniapps/work-app/src/pages/work/index.vue
index a0f981e..d0a0221 100644
--- a/uniapps/work-app/src/pages/work/index.vue
+++ b/uniapps/work-app/src/pages/work/index.vue
@@ -94,18 +94,7 @@
   }
   getGdList(params).then(res => {
     const response = res.data.data
-    dataList.value = [
-      {
-        "id": "2018864760937254914",
-        "eventImageUrl": "https://wrj.shuixiongit.com/minio/cloud-bucket/78611c83-8fb3-47c9-a18c-0349137bb30c/DJI_202601171733_001_78611c83-8fb3-47c9-a18c-0349137bb30c/DJI_20260117173534_0004_V.jpeg",
-        "createTime": "2026-02-04 09:50:42"
-      },
-      {
-        "id": "2018864819590402049",
-        "eventImageUrl": "https://wrj.shuixiongit.com/minio/cloud-bucket/78611c83-8fb3-47c9-a18c-0349137bb30c/DJI_202601171733_001_78611c83-8fb3-47c9-a18c-0349137bb30c/DJI_20260117173534_0004_V.jpeg",
-        "createTime": "2026-02-04 09:50:56"
-      }
-    ]
+    dataList.value = response
     // 根据当前页码决定是替换还是追加数据
     // if (listParams.value.current === 1) {
     //   dataList.value = response

--
Gitblit v1.9.3