From cad1bcc50556c0e9ed084932ff3f099edfe65dab Mon Sep 17 00:00:00 2001 From: zhoulinf <2507241354@qq.com> Date: Tue, 4 Aug 2026 17:29:19 +0800 Subject: [PATCH] =?UTF-8?q?CRM=5F26-08-05#story#9126,=E8=BD=A6=E8=BE=86?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E3=80=81=E6=9C=8D=E5=8A=A1=E5=95=86=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E7=B3=BB=E7=BB=9F=E9=9C=80=E6=B1=82(=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=20log=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/vehicleAdd.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/index/vehicleAdd.vue b/src/views/index/vehicleAdd.vue index fe4f0c74..789b3067 100644 --- a/src/views/index/vehicleAdd.vue +++ b/src/views/index/vehicleAdd.vue @@ -948,6 +948,7 @@ export default { }, onLicenseSlotClick(type) { // 行驶证三槽位点击拦截:支持相机进引导页,不支持降级原系统选择器 if (this.isCameraSupported()) { + console.log('navigator.mediaDevices.getUserMedia', navigator.mediaDevices.getUserMedia) this.cameraGuideType = type this.cameraGuideVisible = true } else {