From bd5051f7094fcf1daa55abdc65e337d61e572ff2 Mon Sep 17 00:00:00 2001
From: ZZJ <10913410+zzj2100@user.noreply.gitee.com>
Date: 星期二, 07 六月 2022 10:51:52 +0800
Subject: [PATCH] 联动场景传参修改

---
 src/components/canvas/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/canvas/index.vue b/src/components/canvas/index.vue
index 016dc18..83f3fc0 100644
--- a/src/components/canvas/index.vue
+++ b/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;

--
Gitblit v1.8.0