diff --git a/src/pages/index.vue b/src/pages/index.vue
index 267cdfb..3eae802 100644
--- a/src/pages/index.vue
+++ b/src/pages/index.vue
@@ -2,10 +2,10 @@
![]()
-
+
-
-
+
+
@@ -29,6 +29,7 @@ const toPage = path => {
.home_container {
max-width: 100vw;
overflow: hidden;
+ background: #f6f6f6;
padding-bottom: 12px;
.top_wrap {
position: absolute;
diff --git a/src/router/index.js b/src/router/index.js
index 1d8c47b..05e3f8e 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -10,11 +10,13 @@ const Product = () => import('@/pages/Product')
const Hardware = () => import('@/pages/Hardware')
const QRCode = () => import('@/pages/QRCode')
const Factory = () => import('@/pages/Factory')
+const Industry = () => import('@/pages/Industry')
// 配置路由信息
const routes = [
{ path: '/', component: Home },
{ path: '/detail', component: Detail },
+ { path: '/industry', component: Industry },
{ path: '/recruit', component: Recruit },
{ path: '/contact', component: Contact },
{ path: '/hardware-case', component: HardwareCase },
diff --git a/src/static/img/banner/newlogo2.png b/src/static/img/banner/newlogo2.png
new file mode 100644
index 0000000..c142e86
Binary files /dev/null and b/src/static/img/banner/newlogo2.png differ
diff --git a/src/static/img/newpage/home1.png b/src/static/img/newpage/home1.png
new file mode 100644
index 0000000..c4990c3
Binary files /dev/null and b/src/static/img/newpage/home1.png differ
diff --git a/src/static/img/newpage/home2.png b/src/static/img/newpage/home2.png
new file mode 100644
index 0000000..16f4d72
Binary files /dev/null and b/src/static/img/newpage/home2.png differ
diff --git a/src/static/img/newpage/home4.png b/src/static/img/newpage/home4.png
new file mode 100644
index 0000000..90e7431
Binary files /dev/null and b/src/static/img/newpage/home4.png differ