diff --git a/src/layout/components/Correspondence/index.vue b/src/layout/components/Correspondence/index.vue index eb27e5a..075aef1 100644 --- a/src/layout/components/Correspondence/index.vue +++ b/src/layout/components/Correspondence/index.vue @@ -43,7 +43,7 @@
- +
姓名
部门
@@ -76,7 +76,7 @@
@@ -87,7 +87,7 @@
{{progressVal=='未通话'?'呼叫中...':progressVal}}
- +
@@ -99,7 +99,7 @@ 接听 挂断 - +
@@ -141,8 +141,8 @@ () => dialogTableVisible.value, (val) => { // comRegister(); - - + + } ) const doCallTel = (item) => { @@ -155,11 +155,11 @@ const doCallVoice = (item) => { callType.value = 2 dialogTableVisible3.value=true; - + nextTick(()=>{ webrtcInstance.JsSip_VoiceCall('854798',false); }) - + } const doCallVideo = (item) => { callType.value = 3 @@ -181,12 +181,12 @@ //调用挂断方法 dialogTableVisible3.value = false; webrtcInstance.JsSip_hangUpPhone(); - + } const closeTh = ()=>{ huangUp() } - + const handleDepsUser = async (id, item) => { gridTitle.value = item.name dialogTableVisible.value = true @@ -196,7 +196,7 @@ const comRegister = () => { //初始化 nextTick(()=>{ - webrtcInstance.jssipAgent('101','192.168.77.8','7066','Admin246246246',null,null,null); + webrtcInstance.jssipAgent('111','192.168.77.8','7066','Admin1246246',null,null,null); // console.log(webrtcInstance.changeAgent) webrtcInstance.changeAgent.on('newRTCSession',(res)=>{ timer.value = setInterval(()=>{ @@ -217,7 +217,7 @@ } },1000) }) - + }) } let thState = ref(false) @@ -275,7 +275,7 @@ width:vw(200); margin-bottom:vh(20); } - + } .closeCall{ position:absolute; @@ -289,7 +289,7 @@ position: absolute; background: url('/src/assets/images/map-bg-2.png') no-repeat top center; top:50%; - + left:50%; transform: translate(-50%,-50%); z-index: 4999; diff --git a/src/views/monitor/components/box-1.vue b/src/views/monitor/components/box-1.vue index c3d8bd5..9ef43ac 100644 --- a/src/views/monitor/components/box-1.vue +++ b/src/views/monitor/components/box-1.vue @@ -82,15 +82,10 @@
- - - - - - +
@@ -185,7 +180,7 @@
- +
@@ -403,9 +398,6 @@ } &:nth-child(4) { .monitor-statistics-item__error { - margin-top: vh(10); - font-weight: bold; - font-size: vw(24); color: #e21b1b; } .monitor-statistics-item__value {