From 16159a02eaef589895f10a55fb62d8e5dad1b7bb Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Wed, 3 Jun 2020 14:32:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=97=A0=E7=94=A8=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../head/PerformanceHeaderMenus.vue | 36 ------------------- 1 file changed, 36 deletions(-) diff --git a/frontend/src/business/components/performance/head/PerformanceHeaderMenus.vue b/frontend/src/business/components/performance/head/PerformanceHeaderMenus.vue index d0b162a20b..6e84c9b866 100644 --- a/frontend/src/business/components/performance/head/PerformanceHeaderMenus.vue +++ b/frontend/src/business/components/performance/head/PerformanceHeaderMenus.vue @@ -23,8 +23,6 @@ - - = 0) { - // this.testCaseProjectPath = '/performance/test/' + this.$route.params.projectId; - // this.reload(); - // } - // if (path.indexOf("/performance/test/edit/") >= 0) { - // this.testEditPath = '/performance/test/edit/' + this.$route.params.testId; - // this.reload(); - // } - // if (path.indexOf("/performance/report/view/") >= 0) { - // this.reportViewPath = '/performance/report/view/' + this.$route.params.reportId; - // this.reload(); - // } - // } - // }, - // methods: { - // reload() { - // this.isRouterAlive = false; - // this.$nextTick(function () { - // this.isRouterAlive = true; - // }) - // } - // } } @@ -146,8 +114,4 @@ border-bottom: 1px solid #E6E6E6; background-color: #FFF; } - - .blank_item { - display: none; - }