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
2024-12-13 18:18:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4007096b80fd358c5ff7f043159997f94297ea33
4007096b
1 parent
08167228
fix
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
src/views/news/detail.vue
src/views/product/detail.vue
src/views/solution/case.vue
src/views/solution/detail.vue
src/views/news/detail.vue
View file @
4007096
...
...
@@ -37,8 +37,8 @@ export default {
return {
meta: [
{ name: 'keyword', content: this.keyword },
{ name: 'description', content: this.description
}
]
{ name: 'description', content: this.description
}
]
}
},
components: { hagerBox },
...
...
src/views/product/detail.vue
View file @
4007096
<!--
* @Date: 2024-09-29 14:26:41
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-12-13 1
0:03:11
* @LastEditTime: 2024-12-13 1
6:08:54
* @FilePath: /hager/src/views/product/detail.vue
* @Description: 文件描述
-->
...
...
@@ -153,8 +153,8 @@ export default {
return {
meta: [
{ name: 'keyword', content: this.keyword },
{ name: 'description', content: this.description
}
]
{ name: 'description', content: this.description
}
]
}
},
components: { hagerBox, hagerCarousel, hagerH1 },
...
...
src/views/solution/case.vue
View file @
4007096
...
...
@@ -106,8 +106,8 @@ export default {
return {
meta: [
{ name: 'keyword', content: this.keyword },
{ name: 'description', content: this.description
}
]
{ name: 'description', content: this.description
}
]
}
},
components: { hagerBox },
...
...
src/views/solution/detail.vue
View file @
4007096
<!--
* @Date: 2024-09-29 15:49:27
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-12-1
2 16:07:57
* @LastEditTime: 2024-12-1
3 16:09:34
* @FilePath: /hager/src/views/solution/detail.vue
* @Description: 文件描述
-->
...
...
@@ -157,8 +157,8 @@ export default {
metaInfo: {
// title: '海格电气官方网站',
meta: [
{ name: 'keyword', content: '
ddddd
' },
{ name: 'description', content: '
4444
' },
{ name: 'keyword', content: '' },
{ name: 'description', content: '' },
]
},
components: { hagerBox, hagerH1, hagerMore, hagerHCarousel, hagerService },
...
...
Please
register
or
login
to post a comment