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 @@