From 4e3d7882881696289b80020c67806ee1abe08cd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Tue, 26 Aug 2025 09:46:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/menu/index.vue | 4 + src/router/index.js | 5 +- .../serviceSupport/afterSalesService.vue | 0 .../serviceSupport/downloadTheMaterials.vue | 171 +++++++++++++++++ src/views/serviceSupport/index.vue | 181 ++++++++++++++++++ src/views/serviceSupport/preSale.vue | 80 ++++++++ 6 files changed, 440 insertions(+), 1 deletion(-) create mode 100644 src/views/serviceSupport/afterSalesService.vue create mode 100644 src/views/serviceSupport/downloadTheMaterials.vue create mode 100644 src/views/serviceSupport/index.vue create mode 100644 src/views/serviceSupport/preSale.vue 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 @@ + + + + +