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 + ")"; }