From 3b8697e7448d1a79eb30a5970af639cb0ee85346 Mon Sep 17 00:00:00 2001 From: huangchengfa <171504222@qq.com> Date: Thu, 18 Dec 2025 20:14:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=81=BF=E5=85=8D=E5=8D=A1=E4=BD=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Communications/conferenceRoom.vue | 25 +++++++++++-------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/src/views/backOfficeSystem/JudgmentHome/MeetingRoom/components/Communications/conferenceRoom.vue b/src/views/backOfficeSystem/JudgmentHome/MeetingRoom/components/Communications/conferenceRoom.vue index 7cf2b18..77a69ac 100644 --- a/src/views/backOfficeSystem/JudgmentHome/MeetingRoom/components/Communications/conferenceRoom.vue +++ b/src/views/backOfficeSystem/JudgmentHome/MeetingRoom/components/Communications/conferenceRoom.vue @@ -46,17 +46,22 @@ import Footer from './footer.vue' // import useCallModule from '../sdk/call.js' const { proxy } = getCurrentInstance(); // const Call = useCallModule() - window.lemon.login.login({ - username: "linzhigongan1", - password: "linzhigongan1", - realm: "puc.com", - webpucUrl: "https://192.168.0.1:16888", - }).then(res => { - console.log(res,"登录成功"); - }).catch(err => { - console.log(err,"登录失败"); +try { + window.lemon.login.login({ + username: "linzhigongan1", + password: "linzhigongan1", + realm: "puc.com", + webpucUrl: "https://192.168.0.1:16888", + }).then(res => { + console.log(res,"登录成功"); + }).catch(err => { + console.log(err,"登录失败"); - }) + }) + +} catch (error) { + console.log('error: ', error); +} const props = defineProps({