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-01-02 10:26:21 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b2fc0accc29059f089bd169c62abce5a3fe09c68
b2fc0acc
1 parent
f038e693
客户新需求-解决方案详情页头部设计改动
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
1 deletions
src/route.js
src/views/solution/detail_test.vue
src/route.js
View file @
b2fc0ac
/*
* @Date: 2024-08-26 10:42:15
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-12-
12 14:54:1
4
* @LastEditTime: 2024-12-
27 16:38:2
4
* @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'
),
...
...
src/views/solution/detail_test.vue
0 → 100644
View file @
b2fc0ac
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment