fix(weChat): 移除调试日志以清理代码
在weChat模块中移除了不必要的调试日志,优化了代码整洁性。
This commit is contained in:
@@ -68,11 +68,6 @@ export const useWeChatStore = create<WeChatState>()(
|
|||||||
const { wechatChatroomId, wechatFriendId } = message;
|
const { wechatChatroomId, wechatFriendId } = message;
|
||||||
const currentContract = get().currentContract;
|
const currentContract = get().currentContract;
|
||||||
if (currentContract) {
|
if (currentContract) {
|
||||||
console.log(
|
|
||||||
currentContract.id === wechatFriendId ||
|
|
||||||
currentContract.id === wechatChatroomId,
|
|
||||||
);
|
|
||||||
|
|
||||||
if (
|
if (
|
||||||
currentContract.id === wechatFriendId ||
|
currentContract.id === wechatFriendId ||
|
||||||
currentContract.id === wechatChatroomId
|
currentContract.id === wechatChatroomId
|
||||||
|
|||||||
Reference in New Issue
Block a user