diff --git a/src/components/menu/index.vue b/src/components/menu/index.vue index ba02b07..030f6a8 100644 --- a/src/components/menu/index.vue +++ b/src/components/menu/index.vue @@ -104,12 +104,16 @@ export default { this.$router.push('/contactUs') }else if (id === 4){ this.$router.push('/industrySolutions') + } else if (id === 24) { + this.$router.push('/serviceSupport') } else if (id === 1) { this.$router.push('/index') } else if (e.ancestors.split(',').includes("2")) { this.$router.push('/contactUs#item' + id) } else if (e.ancestors.split(',').includes("7")) { this.$router.push('/productCenter#item' + id) + } else if (e.ancestors.split(',').includes("24")) { + this.$router.push('/serviceSupport?type=' + id) }else{ this.$router.push('/test?id=' + id) } diff --git a/src/router/index.js b/src/router/index.js index c8d09d7..02f1d0f 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -25,7 +25,6 @@ export default new Router({ }, { path: 'productCenter', component: () => import('@/views/productCenter/index.vue'), - }, { path: 'industrySolutions', component: () => import('@/views/industrySolutions/index.vue'), @@ -52,6 +51,10 @@ export default new Router({ { path: '/industryPlan/detail', component: () => import('@/views/productInfo.vue'), }, + { + path: '/serviceSupport', + component: () => import('@/views/serviceSupport/index.vue'), + }, ] // children: [ // { diff --git a/src/views/serviceSupport/afterSalesService.vue b/src/views/serviceSupport/afterSalesService.vue new file mode 100644 index 0000000..e69de29 diff --git a/src/views/serviceSupport/downloadTheMaterials.vue b/src/views/serviceSupport/downloadTheMaterials.vue new file mode 100644 index 0000000..ae00992 --- /dev/null +++ b/src/views/serviceSupport/downloadTheMaterials.vue @@ -0,0 +1,171 @@ + + + + + diff --git a/src/views/serviceSupport/index.vue b/src/views/serviceSupport/index.vue new file mode 100644 index 0000000..90a9fa3 --- /dev/null +++ b/src/views/serviceSupport/index.vue @@ -0,0 +1,181 @@ + + + + + diff --git a/src/views/serviceSupport/preSale.vue b/src/views/serviceSupport/preSale.vue new file mode 100644 index 0000000..228e03f --- /dev/null +++ b/src/views/serviceSupport/preSale.vue @@ -0,0 +1,80 @@ + + + + +