heyujie
2021-06-17 386457e91e32afde7e295417d3388d2969eeb3b8
src/pages/cameraAccess/components/DataStackInfo.vue
@@ -457,8 +457,10 @@
      if (row.type === 1) {
        this.videoUrl = "/files/" + row.identifier + ".mp4"
        if (row.identifier == "") {
          this.videoUrl = row.path;
        }
      } else if (row.type === 2) {
        this.imgUrl = "/files/" + row.path.substr(row.path.lastIndexOf('/') + 1)
      }
    },