@@ -151,7 +151,7 @@
content:"href:"+window.location.href.split('#')[0]
})
let parmas = {
- url:window.location.href.split('#')[0],
+ url: encodeURIComponent(window.location.href.split('#')[0]),
}
let self = this;
let res = await this.$myRequest({