hookehuyr

客户新需求-解决方案详情页头部设计改动

/*
* @Date: 2024-08-26 10:42:15
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-12-12 14:54:14
* @LastEditTime: 2024-12-27 16:38:24
* @FilePath: /hager/src/route.js
* @Description: 文件描述
*/
......@@ -78,6 +78,24 @@ 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'),
......
This diff is collapsed. Click to expand it.