From 1a783e0a2068b1a99efb7a078f4a615f68dec18f Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期一, 18 七月 2022 16:15:35 +0800
Subject: [PATCH] add desc

---
 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