From eba6a86d73268be916b016feef3be25288aeacac Mon Sep 17 00:00:00 2001 From: duoaohui <928970622@qq.com> Date: Mon, 25 May 2026 11:45:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E8=BF=9E=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/cloud-law/video-call.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/cloud-law/video-call.vue b/frontend/src/pages/cloud-law/video-call.vue index f772d03..a9a1ea3 100644 --- a/frontend/src/pages/cloud-law/video-call.vue +++ b/frontend/src/pages/cloud-law/video-call.vue @@ -97,7 +97,8 @@ - + + 截屏 @@ -111,7 +112,8 @@ - + + 镜头翻转 @@ -169,6 +171,10 @@ let commandPollHandle = null let commandPolling = false const speakerMuted = ref(false) const cameraFacing = ref('user') +const captureIcon = '/static/capture.png' +const flipCameraIcon = '/static/camera.png' +const captureIconError = ref(false) +const flipCameraIconError = ref(false) const digitsOf = (value) => String(value || '').replace(/\D/g, '').slice(0, 9) const sameUser = (a, b) => String(a || '') === String(b || '')