refactor(AI): 移除无用的控制台日志输出

- 删除了 setProductName 方法中的 console.log 语句
-简化了代码,提高了代码的可读性和性能
This commit is contained in:
陈昱达
2025-06-10 15:08:08 +08:00
parent 7a229e413f
commit db11e06a12
2 changed files with 0 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -179,7 +179,6 @@ export default {
})
},
setProductName(e) {
console.log(e)
this.productName = e
},
handleScroll() {