hookehuyr

fix

......@@ -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 },
......
<!--
* @Date: 2024-09-29 14:26:41
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-12-13 10:03:11
* @LastEditTime: 2024-12-13 16: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 },
......
......@@ -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 },
......
<!--
* @Date: 2024-09-29 15:49:27
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-12-12 16:07:57
* @LastEditTime: 2024-12-13 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 },
......