fix web download release_bug

super_signature
nineven 5 years ago
parent a879fea15c
commit d7fb8480c5
  1. 3
      fir_client/src/components/FirDownload.vue

@ -397,7 +397,8 @@
this.getAgent(); this.getAgent();
}, mounted() { }, mounted() {
this.getDownloadTokenFun(); this.getDownloadTokenFun();
this.full_url = location.href.split("?")[0]; // this.full_url = location.href.split("?")[0];
this.full_url = location.href;
this.qrcode(); this.qrcode();
}, filters: { }, filters: {
getiOStype: function (type) { getiOStype: function (type) {

Loading…
Cancel
Save