diff --git a/src/views/supControl/supControl.vue b/src/views/supControl/supControl.vue index 13e4d5f..c067d89 100644 --- a/src/views/supControl/supControl.vue +++ b/src/views/supControl/supControl.vue @@ -475,7 +475,7 @@ vMarker.on('click', function(e) { const videoPlayUrl = e.target.options.target.url const features = 'height=401, width=600, top=100, left=100, toolbar=no, menubar=no, scrollbars=no,resizable=no, location=no, status=no' - window.open('/static/ezPlay/demo/monitor.html?url=' + videoPlayUrl, '视频预览', features) + window.open('/dcms/static/ezPlay/demo/monitor.html?url=' + videoPlayUrl, '视频预览', features) }) }) },