From f4ed5f5db5ee3d6e80dbc96cc5b40a51add419e6 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Sat, 25 Oct 2025 16:02:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A6=96=E9=A1=B5=E5=8D=A1?= =?UTF-8?q?=E7=89=87=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/landing/SERVICE_INTRODUCTION.vue | 15 ++++++++------- app/components/landing/SmartApiaryCard.vue | 3 ++- app/pages/index/index.vue | 1 - app/pages/news/index.vue | 8 -------- 4 files changed, 10 insertions(+), 17 deletions(-) diff --git a/app/components/landing/SERVICE_INTRODUCTION.vue b/app/components/landing/SERVICE_INTRODUCTION.vue index 307e23f..f378892 100644 --- a/app/components/landing/SERVICE_INTRODUCTION.vue +++ b/app/components/landing/SERVICE_INTRODUCTION.vue @@ -6,19 +6,19 @@ const services = [ title: "智慧蜂场建设", description: "提供蜂群、蜂箱、蜂场环境等信息远程实时自动获取、统计分析和监测预警服务,实现智能化养殖,提高管理效率,节省成本。", iconSrc: "/img/index/s1.svg", - linkUrl: "/product/smart-farm" + linkUrl: "/product/beenfactory" }, { title: "蜂产品质量追溯", description: "建立完整的蜂产品质量追溯体系,从源头到终端全程可追溯,确保产品质量安全可靠。", iconSrc: "/img/index/s2.svg", - linkUrl: "/product/quality-trace" + linkUrl: "/product/beensafe" }, { title: "智能蜂箱管理", description: "采用物联网技术实时监控蜂箱状态,智能调节温湿度,提高蜜蜂养殖效率和生存率。", iconSrc: "/img/index/s3.svg", - linkUrl: "/product/smart-hive" + linkUrl: "/product/beenhive" }, { title: "蜂业知识服务", @@ -30,13 +30,14 @@ const services = [ title: "蜂产业大数据", description: "基于大数据分析的蜂产业监测预警系统,为产业发展提供数据支撑和决策依据。", iconSrc: "/img/index/s5.svg", - linkUrl: "/product/big-data" + linkUrl: "/product/beendata" }, { - title: "无人机巡检", - description: "利用无人机技术进行蜂场巡检,高效监测蜂群状态和环境变化,降低人工成本。", + title: "定制化开发", + description: "支持软件系统定制化开发、充分满足企业或政府的特定需求、" + + "灵活的功能设计、定制化的模块开发、更好的支持企业业务需求。", iconSrc: "/img/index/s6.svg", - linkUrl: "/product/drone-inspection" + } ] diff --git a/app/components/landing/SmartApiaryCard.vue b/app/components/landing/SmartApiaryCard.vue index 6382def..917b54c 100644 --- a/app/components/landing/SmartApiaryCard.vue +++ b/app/components/landing/SmartApiaryCard.vue @@ -32,6 +32,7 @@ {{ description }}