From 414660a0a5656fd3937419d2997ba748eab85fce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=85=E7=BA=A7=E8=80=81=E7=99=BD=E5=85=94?= Date: Wed, 3 Sep 2025 10:01:26 +0800 Subject: [PATCH] =?UTF-8?q?refactor(ChatWindow):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E8=B0=83=E8=AF=95=E7=94=A8=E7=9A=84console.log=E8=AF=AD?= =?UTF-8?q?=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 清理无用代码,避免生产环境输出不必要的信息 --- Cunkebao/src/pages/pc/ckbox/components/ChatWindow/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cunkebao/src/pages/pc/ckbox/components/ChatWindow/index.tsx b/Cunkebao/src/pages/pc/ckbox/components/ChatWindow/index.tsx index d3cc1488..565881be 100644 --- a/Cunkebao/src/pages/pc/ckbox/components/ChatWindow/index.tsx +++ b/Cunkebao/src/pages/pc/ckbox/components/ChatWindow/index.tsx @@ -60,8 +60,6 @@ const ChatWindow: React.FC = ({ useEffect(() => { setLoading(true); - console.log(contract); - const params: any = { wechatAccountId: contract.wechatAccountId, From: 1,