Merge branch 'xingyy' into dev

This commit is contained in:
Phoenix 2025-06-11 16:55:25 +08:00
commit 7733f88dae
3 changed files with 902 additions and 781 deletions

File diff suppressed because it is too large Load Diff

View File

@ -131,8 +131,6 @@ const onSubmit = () => {
talk_type: item.talk_type talk_type: item.talk_type
} }
}) })
console.log('data', data);
console.log('checkedFilter.value', checkedFilter.value);
emit('on-submit', data) emit('on-submit', data)
} }

View File

@ -59,7 +59,6 @@ const onContactModal = (data: { receiver_id: number; talk_type: number }[]) => {
group_ids.push(o.receiver_id) group_ids.push(o.receiver_id)
} }
} }
console.log('user_ids',user_ids)
dialogueStore.ApiForwardRecord({ dialogueStore.ApiForwardRecord({
mode: forwardMode.value, mode: forwardMode.value,
message_ids: msg_ids, message_ids: msg_ids,