删除无用文件

This commit is contained in:
bobobobo
2026-02-04 20:05:32 +08:00
parent a0e0cecbc1
commit f59e09f4ee
374 changed files with 29 additions and 386 deletions

View File

@@ -66,9 +66,19 @@
<!-- 红包 -->
<RedEnvelope @onDialogPopupShowOrHide="handleSwiperDotShow" />
<!-- 语音通话 -->
<CallView @onDialogPopupShowOrHide="handleSwiperDotShow" />
<CallView
v-if="
currentConversation?.type !== TUIChatEngine.TYPES.CONV_GROUP
"
:currentConversation
@onDialogPopupShowOrHide="handleSwiperDotShow"
/>
<!-- 视频通话 -->
<CallView
v-if="
currentConversation?.type !== TUIChatEngine.TYPES.CONV_GROUP
"
:currentConversation
type="1"
@onDialogPopupShowOrHide="handleSwiperDotShow"
/>