mirror of
http://112.124.100.131/ebiz-ai/ebiz-base-ai.git
synced 2025-12-08 02:16:49 +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) {
|
setProductName(e) {
|
||||||
console.log(e)
|
|
||||||
this.productName = e
|
this.productName = e
|
||||||
},
|
},
|
||||||
handleScroll() {
|
handleScroll() {
|
||||||
|
|||||||
Reference in New Issue
Block a user