Browse Source

fix: showscope

xzw 2 months ago
parent
commit
0fdaf97d5a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/sdk/cover/index.js

+ 2 - 0
src/sdk/cover/index.js

@@ -2656,6 +2656,8 @@ function load4dkkMedias(model){//加载四维看看的一些媒体物品
                     //console.log(model.name, 'surveillance', monitorJson)
                     monitorJson.forEach((e)=>{ 
                         e.showTitle = json.controls.showCameraTitle
+                        e.showScope = json.controls.showSurveilScope
+ 
                         viewer.addMonitor(e,model)
                     })  
                 })