From 52be0acd83e0d31306efb512fa775499fab5807a Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Mon, 24 Oct 2022 11:28:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E9=94=AE=E7=BB=84=E4=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/infrastructurePage.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/front/src/views/home/infrastructurePage.vue b/front/src/views/home/infrastructurePage.vue index 77d30c12..a26b2b98 100644 --- a/front/src/views/home/infrastructurePage.vue +++ b/front/src/views/home/infrastructurePage.vue @@ -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 }