ZZJ
2021-10-13 878ce80ef3ca88a2c108fbc713cd6ea461c44de1
src/pages/cameraAccess/components/DataStackInfo.vue
@@ -332,7 +332,6 @@
  copyFile
} from "@/api/localVedio";
import { changeRunType } from "@/api/pollConfig";
import InfoCard from "./infoCard"
import eChartsBar from '@/components/subComponents/eChartsBar'
@@ -441,8 +440,6 @@
  },
  mounted() {
    this.initFormData();
    console.log(this.PollData.barCharts)
  },
  beforeDestroy() {
    this.taskUid = 0;
@@ -457,8 +454,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)
      }
    },