fix : 修复组件引入bug

This commit is contained in:
2024-09-15 23:01:38 +08:00
parent dc802bc199
commit 78ba7aa69d
2 changed files with 3 additions and 3 deletions

View File

@@ -146,7 +146,7 @@ const initWebSocket = () => {
console.log("ws连接失败");
}
}
// initWebSocket()
initWebSocket()

View File

@@ -14,8 +14,8 @@
<script setup lang="jsx">
import LiveCall from '@/components/liveCall/index.vue'
import Voice from '@/components/Voice/index.vue'
import infoLiveCall from '@/components/infoLiveCall/index.vue'
import Voice from '@/components/voice/index.vue'
import InfoLiveCall from '@/components/infoLiveCall/index.vue'
const infoLiveCallRef=ref()
const voiceRef=ref()
const tableIns = ref()