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