diff --git a/src/components/DesignConcept.vue b/src/components/DesignConcept.vue
new file mode 100644
index 0000000..3bd0238
--- /dev/null
+++ b/src/components/DesignConcept.vue
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
diff --git a/src/components/QRCode.vue b/src/components/QRCode.vue
new file mode 100644
index 0000000..2131091
--- /dev/null
+++ b/src/components/QRCode.vue
@@ -0,0 +1,12 @@
+
+ qrcpde
+
+
+
+
+
diff --git a/src/pages/CaseShow.vue b/src/pages/CaseShow.vue
new file mode 100644
index 0000000..59f5611
--- /dev/null
+++ b/src/pages/CaseShow.vue
@@ -0,0 +1,10 @@
+
+ case_show_container
+
+
+
+
+
diff --git a/src/pages/Company.vue b/src/pages/Company.vue
new file mode 100644
index 0000000..17cb1af
--- /dev/null
+++ b/src/pages/Company.vue
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
diff --git a/src/pages/Contact.vue b/src/pages/Contact.vue
new file mode 100644
index 0000000..2c01d8d
--- /dev/null
+++ b/src/pages/Contact.vue
@@ -0,0 +1,10 @@
+
+ contact
+
+
+
+
+
diff --git a/src/pages/Detail.vue b/src/pages/Detail.vue
new file mode 100644
index 0000000..650716b
--- /dev/null
+++ b/src/pages/Detail.vue
@@ -0,0 +1,10 @@
+
+ detail
+
+
+
+
+
diff --git a/src/pages/HardwareCase.vue b/src/pages/HardwareCase.vue
new file mode 100644
index 0000000..b44fad8
--- /dev/null
+++ b/src/pages/HardwareCase.vue
@@ -0,0 +1,10 @@
+
+ hardware case
+
+
+
+
+
diff --git a/src/pages/Product.vue b/src/pages/Product.vue
new file mode 100644
index 0000000..9dde938
--- /dev/null
+++ b/src/pages/Product.vue
@@ -0,0 +1,10 @@
+
+ product
+
+
+
+
+
diff --git a/src/pages/Recruit.vue b/src/pages/Recruit.vue
new file mode 100644
index 0000000..06e0ff2
--- /dev/null
+++ b/src/pages/Recruit.vue
@@ -0,0 +1,10 @@
+
+ recruit
+
+
+
+
+
diff --git a/src/router/index.js b/src/router/index.js
index 781333a..67d7dfa 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -1,8 +1,24 @@
import { createRouter, createWebHashHistory } from 'vue-router'
const Home = () => import('@/pages')
+const Detail = () => import('@/pages/Detail')
+const Recruit = () => import('@/pages/Recruit')
+const Contact = () => import('@/pages/Contact')
+const HardwareCase = () => import('@/pages/HardwareCase')
+const Company = () => import('@/pages/Company')
+const CaseShow = () => import('@/pages/CaseShow')
+const Product = () => import('@/pages/Product')
// 配置路由信息
-const routes = [{ path: '/', component: Home }]
+const routes = [
+ { path: '/', component: Home },
+ { path: '/detail', component: Detail },
+ { path: '/recruit', component: Recruit },
+ { path: '/contact', component: Contact },
+ { path: '/hardware-case', component: HardwareCase },
+ { path: '/company', component: Company },
+ { path: '/case-show', component: CaseShow },
+ { path: '/product', component: Product },
+]
const router = createRouter({
routes,
diff --git a/src/static/video/a.mp4 b/src/static/video/a.mp4
new file mode 100755
index 0000000..39b3f08
Binary files /dev/null and b/src/static/video/a.mp4 differ