diff --git a/src/views/realTimeMonitor/index.vue b/src/views/realTimeMonitor/index.vue index ff02ff3..dd69570 100644 --- a/src/views/realTimeMonitor/index.vue +++ b/src/views/realTimeMonitor/index.vue @@ -581,7 +581,7 @@ export default { getLatestPhotoJoggle({ captureType: 0, channel: command, - cmdid: this.cmdid, + // cmdid: this.cmdid, termId: this.newTermId, preset: 255, }) @@ -612,7 +612,7 @@ export default { getLatestPhotoJoggle({ captureType: 1, channel: command, - cmdid: this.cmdid, + //cmdid: this.cmdid, termId: this.newTermId, preset: 255, })