wuxw
2020-01-03 e3d7c3f7d23ad31d7c19830b20b411e35c616da7
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;