Commit ed327459 authored by zhangyanni's avatar zhangyanni

分享

parent 5dae8a05
......@@ -193,7 +193,7 @@
//分享
handleOpreation(){
let params = {
appUrl:document.location.href.split("#")[0]+"/?#"+document.location.href.split("#")[1]
appUrl:encodeURIComponent(document.location.href.split("#")[0]) //document.location.href.split("#")[0]+"/?#"+document.location.href.split("#")[1]
};
api.getConfigAxios(params).then((res)=>{
if(res.code==0){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment