From f9774b7eef3b247a6c4c93f67d3bbac2e07b9c12 Mon Sep 17 00:00:00 2001 From: guocan Date: Mon, 23 Jun 2025 17:44:14 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test-ui/src/views/test/performance/performance.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-ui/src/views/test/performance/performance.vue b/test-ui/src/views/test/performance/performance.vue index 577dcb4..3e83905 100644 --- a/test-ui/src/views/test/performance/performance.vue +++ b/test-ui/src/views/test/performance/performance.vue @@ -71,7 +71,7 @@ export default { }, // 编辑 hadleClickEdit(val) { - this.$tab.openPage(`修改测试_${val.id}`, `/performance/edit`, { id: val.id }); + this.$tab.openPage(`修改测试_${val.id}`, `/performance/edit/${val.id}`, { id: val.id }); }, // 删除 hadleClickDelete(val) {