From de3a748357fc40f26d5d737f31635e662b6b78fc Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Thu, 27 Feb 2020 13:49:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89console=20log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/performance/components/HeaderUser.vue | 2 +- frontend/src/performance/components/testPlan/EditTestPlan.vue | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/performance/components/HeaderUser.vue b/frontend/src/performance/components/HeaderUser.vue index f621fa6619..d145cdaa34 100644 --- a/frontend/src/performance/components/HeaderUser.vue +++ b/frontend/src/performance/components/HeaderUser.vue @@ -69,7 +69,7 @@ computed: { currentUser: () => { let user = Cookies.get(TokenKey); - window.console.log(user); + // window.console.log(user); return JSON.parse(user); } }, diff --git a/frontend/src/performance/components/testPlan/EditTestPlan.vue b/frontend/src/performance/components/testPlan/EditTestPlan.vue index ac8ab03905..e98c1a3350 100644 --- a/frontend/src/performance/components/testPlan/EditTestPlan.vue +++ b/frontend/src/performance/components/testPlan/EditTestPlan.vue @@ -91,7 +91,6 @@ }, created() { let testId = this.$route.path.split('/')[2]; - window.console.log(testId); if (testId) { this.$get('/testplan/get/' + testId, response => { this.testPlan = response.data;