From e3d7c3f7d23ad31d7c19830b20b411e35c616da7 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期五, 03 一月 2020 00:22:30 +0800
Subject: [PATCH] 优化钥匙审核功能
---
WebService/src/main/resources/components/applicationKeyPackage/edit-applicationKey/editApplicationKey.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/WebService/src/main/resources/components/applicationKeyPackage/edit-applicationKey/editApplicationKey.js b/WebService/src/main/resources/components/applicationKeyPackage/edit-applicationKey/editApplicationKey.js
index c4ebfb4..0aca879 100644
--- a/WebService/src/main/resources/components/applicationKeyPackage/edit-applicationKey/editApplicationKey.js
+++ b/WebService/src/main/resources/components/applicationKeyPackage/edit-applicationKey/editApplicationKey.js
@@ -336,7 +336,7 @@
try {
video.src = url ? url.createObjectURL(stream) : stream;
} catch (error) {
- video.srcObject = stream;
+ video.srcObject = stream;
}
video.play();
vc.component.editApplicationKeyInfo.videoPlaying = true;
--
Gitblit v1.8.0