ZZJ
2022-07-14 10c762851cf552a75c61ff5b1bcf4057028f0179
src/components/canvas/index.vue
@@ -123,7 +123,7 @@
          return `${this.snapshot_url}`;
        } else {
          console.log(this.snapshot_url);
          return `/httpImage/${this.snapshot_url}`;
          return `http://${this.snapshot_url}`;
        }
      } else {
        return this.blackImg;
@@ -635,7 +635,7 @@
  .dialog-footer {
    display: flex;
    justify-content: end;
    justify-content: flex-end;
    text-align: center;
    line-height: 32px;
    font-size: 14px;