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; - }