diff --git a/src/components/HeadLine.vue b/src/components/HeadLine.vue
index b058725..4ddb667 100644
--- a/src/components/HeadLine.vue
+++ b/src/components/HeadLine.vue
@@ -2,9 +2,7 @@
{{ flip ? title : '' }}
- {{
- themeTitle
- }}
+ {{ themeTitle }}
{{ !flip ? title : '' }}
@@ -41,7 +40,16 @@ const toPage = path => {
const origin = window.location.origin
const pathname = window.location.pathname
const p = `${origin}${pathname}#${path}`
+ if (path == '/hardware') {
+ window.location.href = 'https://iflytop.com/mobile/hardware/#/'
+ return
+ }
+ if (path == '/design') {
+ window.location.href = 'https://iflytop.com/mobile/design/#/'
+ return
+ }
window.location.href = p
+ drawer.value = false
}
const hidePanel = event => {
diff --git a/src/components/TabSample.vue b/src/components/TabSample.vue
new file mode 100644
index 0000000..7cfa1a1
--- /dev/null
+++ b/src/components/TabSample.vue
@@ -0,0 +1,67 @@
+
+
+
+
+ CNC机加工设备展示
+
+
+ CNC机加工可选材料
+
+
+ 表面处理
+
+
+
+
+
+
+
+
diff --git a/src/components/Top.vue b/src/components/Top.vue
index 541961a..ade4629 100644
--- a/src/components/Top.vue
+++ b/src/components/Top.vue
@@ -4,11 +4,7 @@
istop && isFirstSwiper ? 'top_container' : 'top_container container_bg'
"
>
-
+
首页
公司简介
- 案例展示
联系我们
招贤纳士
工厂展示
-
- {{ isHard ? '工业设计' : '软硬件研发' }}
-
-
+ 工业设计
+ 软硬件研发
@@ -45,14 +35,9 @@
diff --git a/src/static/img/banner/logl.png b/src/static/img/banner/logl.png
new file mode 100644
index 0000000..4ba9812
Binary files /dev/null and b/src/static/img/banner/logl.png differ
diff --git a/src/static/img/metal/1.png b/src/static/img/metal/1.png
new file mode 100644
index 0000000..0d680aa
Binary files /dev/null and b/src/static/img/metal/1.png differ
diff --git a/src/static/img/metal/bottom.png b/src/static/img/metal/bottom.png
new file mode 100644
index 0000000..01a44ff
Binary files /dev/null and b/src/static/img/metal/bottom.png differ
diff --git a/src/static/img/metal/homebg.png b/src/static/img/metal/homebg.png
new file mode 100644
index 0000000..c9ad282
Binary files /dev/null and b/src/static/img/metal/homebg.png differ