mirror of
http://112.124.100.131/ebiz-ai/ebiz-base-ai.git
synced 2025-12-06 09:26:48 +08:00
refactor(AI): 移除无用的日志输出并优化产品名称设置
- 在 HotProducts组件中移除了多余的 console.log语句 - 在 AI index组件中添加了产品名称的更新逻辑
This commit is contained in:
@@ -63,7 +63,6 @@ export default {
|
||||
text: item.productName,
|
||||
})
|
||||
this.$emit('update:messageList', this.messagesList)
|
||||
console.log(this.messagesList)
|
||||
},
|
||||
toggleShowAll() {
|
||||
this.showAll = !this.showAll
|
||||
|
||||
@@ -180,6 +180,7 @@ export default {
|
||||
},
|
||||
setProductName(e) {
|
||||
console.log(e)
|
||||
this.productName = e
|
||||
},
|
||||
handleScroll() {
|
||||
const messageArea = this.$refs.messageArea
|
||||
|
||||
Reference in New Issue
Block a user