From d7fb8480c51b2de40b24e2547b261a7a8cd4beae Mon Sep 17 00:00:00 2001 From: nineven Date: Fri, 15 May 2020 15:05:03 +0800 Subject: [PATCH] fix web download release_bug --- fir_client/src/components/FirDownload.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fir_client/src/components/FirDownload.vue b/fir_client/src/components/FirDownload.vue index b280c65..77e1e0a 100644 --- a/fir_client/src/components/FirDownload.vue +++ b/fir_client/src/components/FirDownload.vue @@ -397,7 +397,8 @@ this.getAgent(); }, mounted() { this.getDownloadTokenFun(); - this.full_url = location.href.split("?")[0]; + // this.full_url = location.href.split("?")[0]; + this.full_url = location.href; this.qrcode(); }, filters: { getiOStype: function (type) {