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; }; })(),