From e016c988f362922c29c771f490946a63158a6d88 Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Fri, 20 Aug 2021 10:57:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BB=A3=E7=A0=81=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plan/view/comonents/report/detail/TestPlanReportContent.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/business/components/track/plan/view/comonents/report/detail/TestPlanReportContent.vue b/frontend/src/business/components/track/plan/view/comonents/report/detail/TestPlanReportContent.vue index f3bb308f6d..550a10ee8e 100644 --- a/frontend/src/business/components/track/plan/view/comonents/report/detail/TestPlanReportContent.vue +++ b/frontend/src/business/components/track/plan/view/comonents/report/detail/TestPlanReportContent.vue @@ -105,7 +105,6 @@ export default { generateShareInfo(param, (data) => { let thisHost = window.location.host; let shareUrl = thisHost + "/sharePlanReport" + data.shareUrl; - console.log(shareUrl); }); } }