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 || '')