From 22f4be8f54162b7cf494177705ffb8b09117bd01 Mon Sep 17 00:00:00 2001 From: Ramires Viana <59319979+ramiresviana@users.noreply.github.com> Date: Thu, 18 Mar 2021 13:10:10 +0000 Subject: [PATCH] fix: qr code url on share --- frontend/src/views/Share.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/Share.vue b/frontend/src/views/Share.vue index 383f494e..c5a463d8 100644 --- a/frontend/src/views/Share.vue +++ b/frontend/src/views/Share.vue @@ -31,7 +31,7 @@ {{ $t('buttons.download') }}
- +
@@ -161,6 +161,9 @@ export default { const path = this.$route.path.split('/').splice(2).join('/') return `${baseURL}/api/public/dl/${path}${queryArg}` }, + fullLink: function () { + return window.location.origin + this.link + }, humanSize: function () { if (this.req.isDir) { return this.req.items.length