all
heyujie
2021-09-14 509171ab4b3b4f2115512bdfb09a583024fb5c53
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 {