Browse Source

分享链接多余参数去除

feature/3.0.0-推广员
lfs3 6 years ago
parent
commit
a087c92b7b
1 changed files with 1 additions and 1 deletions
  1. 2
      src/view/home.vue

2
src/view/home.vue

@ -249,7 +249,7 @@ export default {
merchantNo: merchantNo, merchantNo: merchantNo,
uniqueId:this.uniqueId, uniqueId:this.uniqueId,
source: 0, source: 0,
url: encodeURIComponent(location.href.split('#')[0])
url: encodeURIComponent(location.href.split('#')[0].split('?')[0])
}); });
}, },
countExtend() { countExtend() {

Loading…
Cancel
Save