Showing
3 changed files
with
3 additions
and
6 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-09-26 13:42:22 | 2 | * @Date: 2024-09-26 13:42:22 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-10-24 11:50:08 | 4 | + * @LastEditTime: 2024-10-24 12:51:47 |
| 5 | * @FilePath: /hager/src/components/common/hagerFooter.vue | 5 | * @FilePath: /hager/src/components/common/hagerFooter.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -174,7 +174,6 @@ export default { | ... | @@ -174,7 +174,6 @@ export default { |
| 174 | const { code, data } = await getFooterAPI(); | 174 | const { code, data } = await getFooterAPI(); |
| 175 | if (code) { | 175 | if (code) { |
| 176 | this.footer_data = data; | 176 | this.footer_data = data; |
| 177 | - console.warn(data); | ||
| 178 | } | 177 | } |
| 179 | }, | 178 | }, |
| 180 | methods: { | 179 | methods: { | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-08-27 10:06:30 | 2 | * @Date: 2024-08-27 10:06:30 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-10-24 11:08:47 | 4 | + * @LastEditTime: 2024-10-24 12:51:53 |
| 5 | * @FilePath: /hager/src/views/index.vue | 5 | * @FilePath: /hager/src/views/index.vue |
| 6 | * @Description: 首页 | 6 | * @Description: 首页 |
| 7 | --> | 7 | --> |
| ... | @@ -254,7 +254,6 @@ export default { | ... | @@ -254,7 +254,6 @@ export default { |
| 254 | async mounted () { | 254 | async mounted () { |
| 255 | const { code, data } = await getHomeAPI(); | 255 | const { code, data } = await getHomeAPI(); |
| 256 | if (code) { | 256 | if (code) { |
| 257 | - console.warn(data); | ||
| 258 | this.product_list = data.product; | 257 | this.product_list = data.product; |
| 259 | // this.banner_list = data.banner; | 258 | // this.banner_list = data.banner; |
| 260 | this.solution_list = data.solution; | 259 | this.solution_list = data.solution; | ... | ... |
| 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-10-24 12:31:24 | 4 | + * @LastEditTime: 2024-10-24 12:51:33 |
| 5 | * @FilePath: /hager/src/views/product/detail.vue | 5 | * @FilePath: /hager/src/views/product/detail.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -184,7 +184,6 @@ export default { | ... | @@ -184,7 +184,6 @@ export default { |
| 184 | const element = arr[index]; | 184 | const element = arr[index]; |
| 185 | if (element) { | 185 | if (element) { |
| 186 | this.download_list = element; | 186 | this.download_list = element; |
| 187 | - console.warn(this.download_list); | ||
| 188 | this.is_active = this.download_list.id; | 187 | this.is_active = this.download_list.id; |
| 189 | return; | 188 | return; |
| 190 | } | 189 | } | ... | ... |
-
Please register or login to post a comment