From 30d3e2ea9c2ed566cd83c7c7eecc30cc10b2ce53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Mon, 25 Aug 2025 20:10:50 +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/router/index.js | 7 +-- src/views/industrySolutions/index.vue | 84 ++++++++++++++++++++++----- 2 files changed, 72 insertions(+), 19 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 3647b00..2ed7c67 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -31,10 +31,9 @@ export default new Router({ path: 'industrySolutions', component: () => import('@/views/industrySolutions/index.vue'), }, { - path: 'productCenter/detail1', component: () => import('@/views/productCenter/detail1.vue'), - }, - { - path: 'productCenter/detail2', component: () => import('@/views/productCenter/detail2.vue'), + path: 'productCenter/detail1', component: () => import('@/views/productCenter/detail2.vue'), + }, { + path: 'productCenter/detail2', component: () => import('@/views/productCenter/detail1.vue'), }, { path: 'index', component: () => import('@/views/index/index.vue'), diff --git a/src/views/industrySolutions/index.vue b/src/views/industrySolutions/index.vue index d0130c3..7f382cb 100644 --- a/src/views/industrySolutions/index.vue +++ b/src/views/industrySolutions/index.vue @@ -13,8 +13,7 @@