Merge pull request 'master' (#60) from master into test
Reviewed-on: http://git.feashow.cn/feashow/SmartOpsWeb/pulls/60
This commit is contained in:
@@ -146,7 +146,7 @@ const initWebSocket = () => {
|
|||||||
console.log("ws连接失败");
|
console.log("ws连接失败");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// initWebSocket()
|
initWebSocket()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -14,8 +14,8 @@
|
|||||||
|
|
||||||
<script setup lang="jsx">
|
<script setup lang="jsx">
|
||||||
import LiveCall from '@/components/liveCall/index.vue'
|
import LiveCall from '@/components/liveCall/index.vue'
|
||||||
import Voice from '@/components/Voice/index.vue'
|
import Voice from '@/components/voice/index.vue'
|
||||||
import infoLiveCall from '@/components/infoLiveCall/index.vue'
|
import InfoLiveCall from '@/components/infoLiveCall/index.vue'
|
||||||
const infoLiveCallRef=ref()
|
const infoLiveCallRef=ref()
|
||||||
const voiceRef=ref()
|
const voiceRef=ref()
|
||||||
const tableIns = ref()
|
const tableIns = ref()
|
||||||
|
|||||||
Reference in New Issue
Block a user