From 368e066aa81253b6329f464ed1e8bf76d9a7d76a Mon Sep 17 00:00:00 2001 From: liqi Date: Thu, 24 Apr 2025 18:38:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/frontend/Home.vue | 50 ++++++++++++++++++++++++++----------- 1 file changed, 36 insertions(+), 14 deletions(-) diff --git a/src/views/frontend/Home.vue b/src/views/frontend/Home.vue index 0ef3702..2799c38 100644 --- a/src/views/frontend/Home.vue +++ b/src/views/frontend/Home.vue @@ -21,16 +21,20 @@ const projects = [ { id: 1, title: '电商平台', - tags: ['Vue3', 'Node.js'], + tags: ['Vue3', 'Node.js', 'PHP'], + category: ['Web', 'Uni app', '微信小程序'], + description: '基于Vue3和Node.js开发的电商平台,提供完整的购物流程,包括注册、登录、购物、支付等功能。', cover: 'https://pic.rmb.bdstatic.com/bjh/80852bfe7c321988191838517ba64e309354.jpeg@h_1280', - route: '/project/1' + route: '1' }, { id: 2, title: 'OA系统', - tags: ['React', 'Java'], + tags: ['React', 'PHP'], + category: ['Web', 'Uni app', '微信小程序'], + description: '基于React和PHP开发的OA系统,提供完整的流程管理、审批、报表等功能。亮点:1、1‘00万用户、2、Saas系统1、1‘00万用户、2、Saas系统1、1‘00万用户、2、Saas系统1、1‘00万用户、2、Saas系统1、1‘00万用户、2、Saas系统1、1‘00万用户、2、Saas系统', cover: 'https://pic.rmb.bdstatic.com/bjh/80852bfe7c321988191838517ba64e309354.jpeg@h_1280', - route: '/project/2' + route: '2' } ] @@ -84,7 +88,7 @@ const partners = [ class="group relative cursor-pointer hover:z-10 transition-transform duration-500" v-for="(item, index) in 3" :key="item" - @click="$router.push(projects[index % 2].route)" + @click="$router.push(`/project/${projects[index % 2].route}`)" >
-

- {{ project.title }} -

+
+ + {{ tag }} + +
+

+ {{ project.title }} +

+

+ {{ project.description }} +

@@ -190,11 +206,17 @@ const partners = [ :autoplay="{ delay: 2000 }" > -
- +
+
+ 测试 +
+
+ {{ partner.name }} +
@@ -222,4 +244,4 @@ const partners = [ .swiper-pagination-bullet-active { @apply bg-blue-600; } - \ No newline at end of file +