From 11b42afde3b2e7600114e6b25dbde3ac0fd9a50c Mon Sep 17 00:00:00 2001 From: wuhongjian Date: Tue, 25 Oct 2022 09:21:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E9=94=AE=E7=BB=84=E4=BC=9A=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/infrastructurePage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/views/home/infrastructurePage.vue b/front/src/views/home/infrastructurePage.vue index 2cdfd140..a4e7809d 100644 --- a/front/src/views/home/infrastructurePage.vue +++ b/front/src/views/home/infrastructurePage.vue @@ -858,7 +858,7 @@ const videoList = ref([]) const initMeeting = () => { - let str = '' + let str = '青岛市一网统揽项目组/' meetingSelect.value.map((val) => (str += val + '/')) initiateMeet(str).then((res) => { console.log('组会=========>', res)