hookehuyr

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

1 /* 1 /*
2 * @Date: 2024-08-26 10:42:15 2 * @Date: 2024-08-26 10:42:15
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2024-12-12 14:54:14 4 + * @LastEditTime: 2024-12-27 16:38:24
5 * @FilePath: /hager/src/route.js 5 * @FilePath: /hager/src/route.js
6 * @Description: 文件描述 6 * @Description: 文件描述
7 */ 7 */
...@@ -78,6 +78,24 @@ export default [{ ...@@ -78,6 +78,24 @@ export default [{
78 }, 78 },
79 children: [] 79 children: []
80 }, { 80 }, {
81 + path: '/solution/detail_test/:id/:timestamp',
82 + name: '解决方案详情1-test',
83 + component: () => import('@/views/solution/detail_test'),
84 + meta: {
85 + title: '解决方案 | Hager China',
86 + tag: 'solution'
87 + },
88 + children: []
89 +}, {
90 + path: '/solution/detail_test/:id/:current_index/:timestamp',
91 + name: '解决方案详情2-test',
92 + component: () => import('@/views/solution/detail_test'),
93 + meta: {
94 + title: '解决方案 | Hager China',
95 + tag: 'solution'
96 + },
97 + children: []
98 +}, {
81 path: '/solution/case/:id/:current_index?', 99 path: '/solution/case/:id/:current_index?',
82 name: '成功案例', 100 name: '成功案例',
83 component: () => import('@/views/solution/case'), 101 component: () => import('@/views/solution/case'),
......
This diff is collapsed. Click to expand it.