From 105d13e8cb76a18e6f0b554d0fd55d14d352de05 Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Tue, 27 Jan 2026 17:28:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Consultation/components/meetingView.vue | 2 +- src/components/Consultation/demo.vue | 2 +- .../backOfficeSystem/JudgmentHome/MeetingRoom/index.vue | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Consultation/components/meetingView.vue b/src/components/Consultation/components/meetingView.vue index d391934..9dd7bf0 100644 --- a/src/components/Consultation/components/meetingView.vue +++ b/src/components/Consultation/components/meetingView.vue @@ -13,7 +13,7 @@ v-model:w="element.width" v-model:active="element.isActive" :draggable="true" - :resizable="!isMinimized" + :resizable="true" :handles="['tl','tr','bl','br']" handles-type="handles" :active-on-hover="false" diff --git a/src/components/Consultation/demo.vue b/src/components/Consultation/demo.vue index 92e8fc2..24e1b0c 100644 --- a/src/components/Consultation/demo.vue +++ b/src/components/Consultation/demo.vue @@ -25,7 +25,7 @@ const sdkBDModule = useBaseDataModule(); const baseInfo = localStorage.getItem('rhInfo') ? JSON.parse(localStorage.getItem('rhInfo')) : {}; const showVideo = ref(false)//拖动视频 const showDailog = ref(false)//showDailog -const openMeeting = ref(true) //打开会议 +const openMeeting = ref(false) //打开会议 const jsonData = ref(''); const loginStatusCallbackId = ref() //token监听状态 const RefEqripment = ref() diff --git a/src/views/backOfficeSystem/JudgmentHome/MeetingRoom/index.vue b/src/views/backOfficeSystem/JudgmentHome/MeetingRoom/index.vue index 32886ef..f55a38e 100644 --- a/src/views/backOfficeSystem/JudgmentHome/MeetingRoom/index.vue +++ b/src/views/backOfficeSystem/JudgmentHome/MeetingRoom/index.vue @@ -163,9 +163,9 @@ const jsonData = ref('') const currRow = ref({}) onMounted(() => { - // jsonData.value = require('@/components/Consultation/components/zh_CN.json'); - // getList(); - // tabHeightFn(); + jsonData.value = require('@/components/Consultation/components/zh_CN.json'); + getList(); + tabHeightFn(); }); const updateItem = (item) => {