ZZJ
2021-09-28 a18079f00f24ae1f0cb405a6eb8e4c8c642cd0df
src/pages/changchunTrack/components/VideoItem.vue
@@ -35,6 +35,7 @@
        :isRunning="videoItem.isRunning"
        :isGb="videoItem.cameraType === 1"
        :showArea="showArea"
        :hasPoster="hasPoster"
        v-if="videoItem !== '' && videoItem !== undefined && videoItem !== null && TreeDataPool.treeActiveName==='camera'"
      ></camera-player>
@@ -77,6 +78,7 @@
      default: null
    },
    showArea: Boolean,
    hasPoster: Boolean,
  },
  data() {
    return {