Showing
4 changed files
with
10 additions
and
10 deletions
| ... | @@ -37,8 +37,8 @@ export default { | ... | @@ -37,8 +37,8 @@ export default { |
| 37 | return { | 37 | return { |
| 38 | meta: [ | 38 | meta: [ |
| 39 | { name: 'keyword', content: this.keyword }, | 39 | { name: 'keyword', content: this.keyword }, |
| 40 | - { name: 'description', content: this.description | 40 | + { name: 'description', content: this.description} |
| 41 | - }] | 41 | + ] |
| 42 | } | 42 | } |
| 43 | }, | 43 | }, |
| 44 | components: { hagerBox }, | 44 | components: { hagerBox }, | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-09-29 14:26:41 | 2 | * @Date: 2024-09-29 14:26:41 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-12-13 10:03:11 | 4 | + * @LastEditTime: 2024-12-13 16:08:54 |
| 5 | * @FilePath: /hager/src/views/product/detail.vue | 5 | * @FilePath: /hager/src/views/product/detail.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -153,8 +153,8 @@ export default { | ... | @@ -153,8 +153,8 @@ export default { |
| 153 | return { | 153 | return { |
| 154 | meta: [ | 154 | meta: [ |
| 155 | { name: 'keyword', content: this.keyword }, | 155 | { name: 'keyword', content: this.keyword }, |
| 156 | - { name: 'description', content: this.description | 156 | + { name: 'description', content: this.description } |
| 157 | - }] | 157 | + ] |
| 158 | } | 158 | } |
| 159 | }, | 159 | }, |
| 160 | components: { hagerBox, hagerCarousel, hagerH1 }, | 160 | components: { hagerBox, hagerCarousel, hagerH1 }, | ... | ... |
| ... | @@ -106,8 +106,8 @@ export default { | ... | @@ -106,8 +106,8 @@ export default { |
| 106 | return { | 106 | return { |
| 107 | meta: [ | 107 | meta: [ |
| 108 | { name: 'keyword', content: this.keyword }, | 108 | { name: 'keyword', content: this.keyword }, |
| 109 | - { name: 'description', content: this.description | 109 | + { name: 'description', content: this.description } |
| 110 | - }] | 110 | + ] |
| 111 | } | 111 | } |
| 112 | }, | 112 | }, |
| 113 | components: { hagerBox }, | 113 | components: { hagerBox }, | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-09-29 15:49:27 | 2 | * @Date: 2024-09-29 15:49:27 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-12-12 16:07:57 | 4 | + * @LastEditTime: 2024-12-13 16:09:34 |
| 5 | * @FilePath: /hager/src/views/solution/detail.vue | 5 | * @FilePath: /hager/src/views/solution/detail.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -157,8 +157,8 @@ export default { | ... | @@ -157,8 +157,8 @@ export default { |
| 157 | metaInfo: { | 157 | metaInfo: { |
| 158 | // title: '海格电气官方网站', | 158 | // title: '海格电气官方网站', |
| 159 | meta: [ | 159 | meta: [ |
| 160 | - { name: 'keyword', content: 'ddddd' }, | 160 | + { name: 'keyword', content: '' }, |
| 161 | - { name: 'description', content: '4444' }, | 161 | + { name: 'description', content: '' }, |
| 162 | ] | 162 | ] |
| 163 | }, | 163 | }, |
| 164 | components: { hagerBox, hagerH1, hagerMore, hagerHCarousel, hagerService }, | 164 | components: { hagerBox, hagerH1, hagerMore, hagerHCarousel, hagerService }, | ... | ... |
-
Please register or login to post a comment