fix: 代码规范
This commit is contained in:
parent
2500b219a4
commit
e016c988f3
|
@ -105,7 +105,6 @@ export default {
|
||||||
generateShareInfo(param, (data) => {
|
generateShareInfo(param, (data) => {
|
||||||
let thisHost = window.location.host;
|
let thisHost = window.location.host;
|
||||||
let shareUrl = thisHost + "/sharePlanReport" + data.shareUrl;
|
let shareUrl = thisHost + "/sharePlanReport" + data.shareUrl;
|
||||||
console.log(shareUrl);
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue