diff --git a/src/components/FourCard.vue b/src/components/FourCard.vue index c2b31d4..86d1587 100644 --- a/src/components/FourCard.vue +++ b/src/components/FourCard.vue @@ -39,8 +39,8 @@

硬件定制

-

专业水下视学设备团队,研发出品多

-

年的使用经验打磨的好产品

+

专业定制专用的硬件设备、机械设备

+

高度定制以满足产品需求

HARDWARE

@@ -126,8 +126,8 @@

软件定制

-

专业水下视学设备团队,研发出品多

-

年的使用经验打磨的好产品

+

专业定制驱动程序、应用软件

+

深挖产品需求和特点

SOFTWARE

@@ -210,8 +210,8 @@

结构定制

-

专业水下视学设备团队,研发出品多

-

年的使用经验打磨的好产品

+

专业定制外部内部结构、线路布置及人机交互

+

为好产品保驾护航

STRUCTURE

@@ -261,12 +261,12 @@ /> -

硬件定制

+

外观定制

-

专业水下视学设备团队,研发出品多

-

年的使用经验打磨的好产品

+

专业的外形、色彩及品牌设计

+

营造品牌独特的视觉形象

-

HARDWARE

+

APPEARANCE

diff --git a/src/components/Product.vue b/src/components/Product.vue index 0e70f29..86d4d2e 100644 --- a/src/components/Product.vue +++ b/src/components/Product.vue @@ -6,7 +6,7 @@

动车底部巡检

-
+
查看详情
@@ -22,7 +22,9 @@

受电弓压力检测

-
查看详情
+
+ 查看详情 +
@@ -35,7 +37,9 @@

异响检测装置

-
查看详情
+
+ 查看详情 +
@@ -48,7 +52,9 @@

线性光源发生器

-
查看详情
+
+ 查看详情 +
@@ -69,6 +75,17 @@ import A1 from '@/static/img/index/a1.png' import A2 from '@/static/img/index/a2.png' import A3 from '@/static/img/index/a3.png' import A4 from '@/static/img/index/a4.png' +import { useRouter } from 'vue-router' +const router = useRouter() + +const toProductDetail = index => { + router.push({ + path: '/product', + query: { + i: index, + }, + }) +}