hanbaoshan
2020-08-11 d969c4735bfa4cfc21dda697c56cfae542a43017
src/pages/desktop/index/components/DFrame.vue
@@ -101,7 +101,6 @@
      this.fullScreen = !this.fullScreen;
    },
    frameClick(e) {
      debugger
      this.$store.commit('desktop/refreshFrame', this.data);
    },
    minFrame(data, e) {
@@ -113,7 +112,7 @@
        //logging: true, //查看html2canvas内部执行流程
        removeContainer: true,
        imageTimeout: 0,
        useCORS: true //开启跨域配置
        //useCORS: true //开启跨域配置
      }).then(canvas => {
        let shotSrc = canvas.toDataURL();