Browse Source

feat:修复视频播放器问题

liu.tao3 1 year ago
parent
commit
f94eed3c7c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data-room-ui/packages/BigScreenDesign/index.vue

+ 1 - 1
data-room-ui/packages/BigScreenDesign/index.vue

@@ -406,7 +406,7 @@ export default {
     },
     // 自定义属性更新
     updateSetting (config) {
-      if (config.type === 'map') {
+      if (config.type === 'map'||config.type === 'video') {
         config.key = new Date().getTime()
       }
       this.changeChartConfig(_.cloneDeep(config))