heyujie
2021-11-05 c69082e60f9b27dfd8c6cfa64af0b36ede1fade4
src/pages/cameraAccess/components/DataStackInfo.vue
@@ -457,8 +457,12 @@
      if (row.type === 1) {
        this.videoUrl = "/files/" + row.identifier + ".mp4"
      } else if (row.type === 2) {
        // 为朔黄使用数据栈定制, 没有MD5
        if (row.identifier == "") {
          this.videoUrl = row.path.replace("/opt/vasystem", "");
        }
      } else if (row.type === 2) {
        this.imgUrl = "/files/" + row.path.substr(row.path.lastIndexOf('/') + 1)
      }
    },