From d60780432cead68e9e6294b98d16da825ae7f6db Mon Sep 17 00:00:00 2001 From: mengyxu Date: Tue, 11 Jan 2022 11:06:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=9B=BE=E7=89=87=E5=A4=8D?= =?UTF-8?q?=E5=88=B6=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/src/views/biz/picture.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue/src/views/biz/picture.vue b/vue/src/views/biz/picture.vue index 0a1c0f2..1f90a88 100644 --- a/vue/src/views/biz/picture.vue +++ b/vue/src/views/biz/picture.vue @@ -133,7 +133,7 @@ copy(row, md) { const that = this; const host = this.$store.state.conf.host; - let path = 'http://' + host + "/" + row.path; + let path = host + "/" + row.path; if (md) { path = "![](" + path + ")"; }