Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
hager
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-02-10 14:42:22 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6c121abd3e16c9cfcbbeb7fcac83c1cca6ad9a95
6c121abd
1 parent
b8661fa8
新增简单详情页
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
21 deletions
src/route.js
src/views/product/detail_lite.vue
src/route.js
View file @
6c121ab
/*
* @Date: 2024-08-26 10:42:15
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 202
4-12-27 16:38:24
* @LastEditTime: 202
5-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
:
[]
...
...
src/views/product/detail_lite.vue
0 → 100644
View file @
6c121ab
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment