fix: 代码规范

This commit is contained in:
chenjianxing 2021-08-20 10:57:33 +08:00 committed by jianxing
parent 2500b219a4
commit e016c988f3
1 changed files with 0 additions and 1 deletions

View File

@ -105,7 +105,6 @@ export default {
generateShareInfo(param, (data) => {
let thisHost = window.location.host;
let shareUrl = thisHost + "/sharePlanReport" + data.shareUrl;
console.log(shareUrl);
});
}
}