Commit 1c15ea44 by 张超军

墨奇左手换右手

parent 5feb8a53
......@@ -27,7 +27,7 @@ export class GrpcCameraService {
this.autoVideoStream = null;
this.captureImageStream = null;
this.audioInitialized = false; // 音频初始化状态 flag
this.audioVolume = 10; // 音量
this.audioVolume = 0; // 音量
// 可在此处初始化 sessionID
this.sessionID = sessionID;
this.client = new CameraServiceClient(this.baseUrl, null);
......@@ -150,7 +150,7 @@ export class GrpcCameraService {
} else if (status.code == '14') {
console.log("USB中断,请重新连接指纹采集设备");
// 刷新页面
window.reload();
location.reload();
}
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment