Browse Source

feat: 关闭弹窗弹窗后,禁止语音播放

sunxiao 1 month ago
parent
commit
a34e54a73a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/voice/call/index.vue

+ 1 - 0
src/views/voice/call/index.vue

@@ -269,6 +269,7 @@ onMounted(() => {
       :before-close="handleClose"
       :before-close="handleClose"
       class="voice-drawer"
       class="voice-drawer"
       size="900"
       size="900"
+      destroy-on-close
     >
     >
       <div>
       <div>
         <CallView :data="callDetails" noInit @on-end="handleVoiceParsed" v-model="isTransitionVoiceStatus"></CallView>
         <CallView :data="callDetails" noInit @on-end="handleVoiceParsed" v-model="isTransitionVoiceStatus"></CallView>