diff --git a/src/components/AboutUs.vue b/src/components/AboutUs.vue
index 26a1584..b00c275 100644
--- a/src/components/AboutUs.vue
+++ b/src/components/AboutUs.vue
@@ -1,15 +1,15 @@
@@ -19,6 +19,14 @@ import FourCard from '@/components/FourCard'
import { useRouter } from 'vue-router'
import { animateCSS } from '@/constant'
import { ref, onMounted } from 'vue'
+const props = defineProps({
+ aboutInfo: {
+ type: Object,
+ },
+ fourCard: {
+ type: Object,
+ },
+})
const router = useRouter()
const toAboutPage = () => {
router.push('/about')
diff --git a/src/components/FourCard.vue b/src/components/FourCard.vue
index 86d1587..e41edf3 100644
--- a/src/components/FourCard.vue
+++ b/src/components/FourCard.vue
@@ -37,12 +37,12 @@
-
硬件定制
+ {{ fourCard.one.title }}
-
专业定制专用的硬件设备、机械设备
-
高度定制以满足产品需求
+
{{ fourCard.one.line1 }}
+
{{ fourCard.one.line2 }}
- HARDWARE
+ {{ fourCard.one.en }}
@@ -124,12 +124,12 @@
-
软件定制
+
{{ fourCard.two.title }}
-
专业定制驱动程序、应用软件
-
深挖产品需求和特点
+
{{ fourCard.two.line1 }}
+
{{ fourCard.two.line2 }}
-
SOFTWARE
+
{{ fourCard.two.en }}
@@ -208,12 +208,12 @@
/>
-
结构定制
+
{{ fourCard.three.title }}
-
专业定制外部内部结构、线路布置及人机交互
-
为好产品保驾护航
+
{{ fourCard.three.line1 }}
+
{{ fourCard.three.line2 }}
-
STRUCTURE
+
{{ fourCard.three.en }}
@@ -261,17 +261,23 @@
/>
-
外观定制
+
{{ fourCard.four.title }}
-
专业的外形、色彩及品牌设计
-
营造品牌独特的视觉形象
+
{{ fourCard.four.line1 }}
+
{{ fourCard.four.line2 }}
-
APPEARANCE
+
{{ fourCard.four.en }}
-
+