一键组会

This commit is contained in:
a0049873 2022-10-24 11:28:37 +08:00
parent a8aba6b4f1
commit 52be0acd83
1 changed files with 9 additions and 1 deletions

View File

@ -742,7 +742,7 @@
defineExpose,
computed,
} from 'vue'
import { getUser, getUserInfo } from '@/api/home'
import { getUser, initiateMeet } from '@/api/home'
import {
getCameraByParentId,
getStreamByChannelCode,
@ -804,6 +804,11 @@
], //,
})
const videoList = ref([])
const initMeeting = () => {
initiateMeet('一网统揽平台组/').then((res) => {
console.log('组会=========>', res)
})
}
let visible = ref(false) //
let picVisible = ref(false) //
let batchVisible = ref(false) //
@ -1877,6 +1882,9 @@
case '视频资源':
window.open('http://15.72.183.88:8860/video')
break
case '视频会议':
initMeeting()
break
default:
break
}