hookehuyr

新增简单详情页

/*
* @Date: 2024-08-26 10:42:15
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-12-27 16:38:24
* @LastEditTime: 2025-01-03 09:22:05
* @FilePath: /hager/src/route.js
* @Description: 文件描述
*/
......@@ -51,6 +51,15 @@ export default [{
},
children: []
}, {
path: '/product/detail_lite/:id',
name: '详情页lite',
component: () => import('@/views/product/detail_lite'),
meta: {
title: '海格电气',
tag: 'product'
},
children: []
}, {
path: '/solution/index',
name: '解决方案',
component: () => import('@/views/solution/index'),
......@@ -78,24 +87,6 @@ export default [{
},
children: []
}, {
path: '/solution/detail_test/:id/:timestamp',
name: '解决方案详情1-test',
component: () => import('@/views/solution/detail_test'),
meta: {
title: '解决方案 | Hager China',
tag: 'solution'
},
children: []
}, {
path: '/solution/detail_test/:id/:current_index/:timestamp',
name: '解决方案详情2-test',
component: () => import('@/views/solution/detail_test'),
meta: {
title: '解决方案 | Hager China',
tag: 'solution'
},
children: []
}, {
path: '/solution/case/:id/:current_index?',
name: '成功案例',
component: () => import('@/views/solution/case'),
......@@ -124,10 +115,10 @@ export default [{
children: []
}, {
path: '/about/china',
name: '海格电气在中国',
name: '海格中国',
component: () => import('@/views/about/china'),
meta: {
title: '海格电气在中国 | Hager China',
title: '海格中国 | Hager China',
tag: 'about'
},
children: []
......
This diff is collapsed. Click to expand it.