From e8c0a0f13f9e5fe4c9cd15dbfac343a148629bc6 Mon Sep 17 00:00:00 2001 From: "zangch@mesnac.com" Date: Tue, 26 Aug 2025 13:21:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(productCenter):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E4=BA=A7=E5=93=81=E4=B8=AD=E5=BF=83=E7=89=A9=E8=81=94=E7=BB=88?= =?UTF-8?q?=E7=AB=AF=E5=88=86=E7=B1=BB=E5=B9=B6=E6=B7=BB=E5=8A=A0=E5=9B=BE?= =?UTF-8?q?=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在物联终端分类下新增物联网硬件产品系列子分类 -为每个产品分类添加对应的图片- 优化产品中心数据结构,提高用户体验 --- src/views/index/productCenter.vue | 12 ++++++------ src/views/productCenter/index.vue | 9 ++++++++- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/src/views/index/productCenter.vue b/src/views/index/productCenter.vue index 05ac93e..e369c68 100644 --- a/src/views/index/productCenter.vue +++ b/src/views/index/productCenter.vue @@ -40,37 +40,37 @@ export default { return { productList: [ { - homeConfigTypePic: '', + homeConfigTypePic: 'http://1.13.177.47:9665/statics/2025/08/22/%E8%B5%84%E6%BA%90%208@4x_20250822150647A156.png', configTypeId: '11', homeConfigTypeName: '轮胎RFID', configTypeDesc: '轮胎RFID是一种基于RFID技术的轮胎识别系统,它可以通过RFID标签读取轮胎的信息,实现轮胎的识别、定位、监控等功能。', }, { - homeConfigTypePic: '', + homeConfigTypePic: 'http://1.13.177.47:9665/statics/2025/08/22/%E4%B8%80%E4%BD%93%E5%BC%8F%E8%AF%BB%E5%86%99%E5%99%A8%EF%BC%88%E6%A0%87%E5%87%86%E5%9E%8B%EF%BC%89%EF%BC%8C%E5%86%85%E7%BD%AE%E9%AB%98%E6%80%A7%E8%83%BD%E5%9C%86%E6%9E%81%E5%8C%96%E5%A4%A9%E7%BA%BF%EF%BC%8C%E7%94%A8%E6%9C%80%E5%B0%8F%E4%BD%93%E7%A7%AF%E5%AE%9E%E7%8E%B0%E6%9C%80%E4%BC%98%E8%AF%86%E5%88%AB%E6%80%A7%E8%83%BD%E3%80%82_20250822101455A022.png', configTypeId: '12', homeConfigTypeName: '超高频RFID', configTypeDesc: '轮胎RFID是一种基于RFID技术的轮胎识别系统,它可以通过RFID标签读取轮胎的信息,实现轮胎的识别、定位、监控等功能。', }, { - homeConfigTypePic: '', + homeConfigTypePic: 'http://1.13.177.47:9665/statics/2025/08/22/%E9%AB%98%E9%A2%91RFID%E8%AF%BB%E5%A4%B4_20250822100334A019.png', configTypeId: '13', homeConfigTypeName: '高频RFID', configTypeDesc: '轮胎RFID是一种基于RFID技术的轮胎识别系统,它可以通过RFID标签读取轮胎的信息,实现轮胎的识别、定位、监控等功能。', }, { - homeConfigTypePic: '', + homeConfigTypePic: 'http://1.13.177.47:9665/statics/2025/08/22/%E8%BD%A6%E8%BD%BD_20250822103928A038.png', configTypeId: '14', homeConfigTypeName: '传感器', configTypeDesc: '轮胎RFID是一种基于RFID技术的轮胎识别系统,它可以通过RFID标签读取轮胎的信息,实现轮胎的识别、定位、监控等功能。', }, { - homeConfigTypePic: '', + homeConfigTypePic: 'http://1.13.177.47:9665/statics/2025/08/22/%E6%B8%A9%E6%B9%BF%E5%BA%A6%E4%BC%A0%E6%84%9F%E5%99%A8%EF%BC%8C%E6%94%AF%E6%8C%812%E8%B7%AF%E8%BE%93%E5%85%A5%EF%BC%8C%E9%87%87%E7%94%A8%E4%BC%A0%E6%84%9F%E5%99%A8%E6%8E%A2%E5%A4%B4+%E9%87%87%E9%9B%86%E4%B8%BB%E6%9C%BA%E7%9A%84%E5%BD%A2%E5%BC%8F%E3%80%82_20250822104331A042.png', configTypeId: '15', homeConfigTypeName: '物联终端', configTypeDesc: '轮胎RFID是一种基于RFID技术的轮胎识别系统,它可以通过RFID标签读取轮胎的信息,实现轮胎的识别、定位、监控等功能。', }, { - homeConfigTypePic: '', + homeConfigTypePic: 'http://1.13.177.47:9665/statics/2025/08/22/mes_20250822132455A075.png', configTypeId: '16', homeConfigTypeName: '工业软件', configTypeDesc: '轮胎RFID是一种基于RFID技术的轮胎识别系统,它可以通过RFID标签读取轮胎的信息,实现轮胎的识别、定位、监控等功能。', diff --git a/src/views/productCenter/index.vue b/src/views/productCenter/index.vue index e0255a9..2b530a6 100644 --- a/src/views/productCenter/index.vue +++ b/src/views/productCenter/index.vue @@ -196,8 +196,15 @@ export default { }, ] }, + ] + }, + { + name: '物联终端', + id: '15', + // value:'介绍', + list: [ { - name: '物联终端', + name: '物联网硬件产品系列', list: [ { name: '温湿度传感器',