From e9fbebdfad3a641ab8eb90ff64de5d90a4d011bb 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: Thu, 18 Sep 2025 15:10:50 +0800 Subject: [PATCH] =?UTF-8?q?refactor(ckchat):=20=E7=A7=BB=E9=99=A4=E8=B0=83?= =?UTF-8?q?=E8=AF=95=E7=94=A8=E7=9A=84console.log=E8=AF=AD=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 清理代码中用于调试的console.log输出,保持代码整洁 --- Touchkebao/src/store/module/ckchat/api.ts | 1 - Touchkebao/src/store/module/ckchat/ckchat.ts | 2 -- 2 files changed, 3 deletions(-) diff --git a/Touchkebao/src/store/module/ckchat/api.ts b/Touchkebao/src/store/module/ckchat/api.ts index f7f365a9..b921e605 100644 --- a/Touchkebao/src/store/module/ckchat/api.ts +++ b/Touchkebao/src/store/module/ckchat/api.ts @@ -15,7 +15,6 @@ export const createContractList = async ( const realGroup = countLables .filter(item => item.id !== 0) .map(item => item.id); - console.log(realGroup); const dataByLabels = []; for (const label of countLables) { diff --git a/Touchkebao/src/store/module/ckchat/ckchat.ts b/Touchkebao/src/store/module/ckchat/ckchat.ts index 57fefccf..1b44fcbe 100644 --- a/Touchkebao/src/store/module/ckchat/ckchat.ts +++ b/Touchkebao/src/store/module/ckchat/ckchat.ts @@ -131,8 +131,6 @@ export const useCkChatStore = createPersistStore( lastSearchKeyword = state.searchKeyword; } - console.log("cachedResult", cachedResult); - return cachedResult; }; })(),