fix : 修复组件引入bug
This commit is contained in:
@@ -146,7 +146,7 @@ const initWebSocket = () => {
|
||||
console.log("ws连接失败");
|
||||
}
|
||||
}
|
||||
// initWebSocket()
|
||||
initWebSocket()
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user