+
diff --git a/src/router/index.js b/src/router/index.js
index 67d7dfa..99e0c5c 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -7,6 +7,7 @@ const HardwareCase = () => import('@/pages/HardwareCase')
const Company = () => import('@/pages/Company')
const CaseShow = () => import('@/pages/CaseShow')
const Product = () => import('@/pages/Product')
+const Hardware = () => import('@/pages/Hardware')
// 配置路由信息
const routes = [
@@ -18,6 +19,7 @@ const routes = [
{ path: '/company', component: Company },
{ path: '/case-show', component: CaseShow },
{ path: '/product', component: Product },
+ { path: '/hardware', component: Hardware },
]
const router = createRouter({
diff --git a/src/static/img/hardware/accelerate.png b/src/static/img/hardware/accelerate.png
new file mode 100644
index 0000000..ea7a95b
Binary files /dev/null and b/src/static/img/hardware/accelerate.png differ
diff --git a/src/static/img/hardware/chip.png b/src/static/img/hardware/chip.png
new file mode 100644
index 0000000..63baa97
Binary files /dev/null and b/src/static/img/hardware/chip.png differ
diff --git a/src/static/img/hardware/dianji.png b/src/static/img/hardware/dianji.png
new file mode 100644
index 0000000..3ee65a8
Binary files /dev/null and b/src/static/img/hardware/dianji.png differ
diff --git a/src/static/img/hardware/hardware.png b/src/static/img/hardware/hardware.png
new file mode 100644
index 0000000..635432b
Binary files /dev/null and b/src/static/img/hardware/hardware.png differ
diff --git a/src/static/img/hardware/wulianwang.png b/src/static/img/hardware/wulianwang.png
new file mode 100644
index 0000000..b14f66d
Binary files /dev/null and b/src/static/img/hardware/wulianwang.png differ