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