refactor(ChatWindow): 移除调试用的console.log语句

清理无用代码,避免生产环境输出不必要的信息
This commit is contained in:
超级老白兔
2025-09-03 10:01:26 +08:00
parent 2995755cda
commit 414660a0a5

View File

@@ -60,8 +60,6 @@ const ChatWindow: React.FC<ChatWindowProps> = ({
useEffect(() => {
setLoading(true);
console.log(contract);
const params: any = {
wechatAccountId: contract.wechatAccountId,
From: 1,