zhangzengfei
2021-09-22 764456edf0b72fd40fd64f79e59949a63a636005
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 {