refactor(ChatWindow): 移除调试用的console.log语句
清理无用代码,避免生产环境输出不必要的信息
This commit is contained in:
@@ -60,8 +60,6 @@ const ChatWindow: React.FC<ChatWindowProps> = ({
|
||||
|
||||
useEffect(() => {
|
||||
setLoading(true);
|
||||
console.log(contract);
|
||||
|
||||
const params: any = {
|
||||
wechatAccountId: contract.wechatAccountId,
|
||||
From: 1,
|
||||
|
||||
Reference in New Issue
Block a user