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();
}, 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) {

Loading…
Cancel
Save