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)