Update talkVideo.nvue

This commit is contained in:
田岩
2025-12-17 14:58:47 +08:00
parent e2c84685c1
commit 6ffa745739
-1
View File
@@ -24,7 +24,6 @@
<script setup>
import { ref, reactive, onMounted, onUnmounted, computed, getCurrentInstance, nextTick, toRaw } from 'vue';
import { onShow, onLoad, onUnload, onBackPress, onReady } from '@dcloudio/uni-app';
import imagePreviewNvue from '@/components/image-preview/image-preview-nvue.vue';
import { get_base_url } from '@/api/request.js';
import { getToken } from '@/common/common.js';
import { ProtocolCodec, MessageType } from './js/ProtocolCodec';