mirror of
http://112.124.100.131/ebiz-ai/ebiz-base-ai.git
synced 2025-12-06 09:26:48 +08:00
refactor(AI): 移除无用的控制台日志输出
- 删除了 setProductName 方法中的 console.log 语句 -简化了代码,提高了代码的可读性和性能
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 2.0 KiB |
@@ -179,7 +179,6 @@ export default {
|
||||
})
|
||||
},
|
||||
setProductName(e) {
|
||||
console.log(e)
|
||||
this.productName = e
|
||||
},
|
||||
handleScroll() {
|
||||
|
||||
Reference in New Issue
Block a user