瀏覽代碼

feat:修复视频播放器问题

liu.tao3 1 年之前
父節點
當前提交
f94eed3c7c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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))