From c8a854d89dce82beb964aa974c81809d839e2b95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=98=B1=E6=B6=B5?= Date: Wed, 12 Feb 2025 10:56:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8A=82=E7=82=B9=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test-ui/src/api/test/api.js | 2 +- test-ui/src/views/test/api/index.vue | 115 ++++++++++++++++----------- 2 files changed, 69 insertions(+), 48 deletions(-) diff --git a/test-ui/src/api/test/api.js b/test-ui/src/api/test/api.js index 72c3be9..d4ea0b3 100644 --- a/test-ui/src/api/test/api.js +++ b/test-ui/src/api/test/api.js @@ -77,6 +77,6 @@ export function delGroup(id) { return request({ url: '/test/group/del', method: 'post', - params: {id} + data: {id} }) } diff --git a/test-ui/src/views/test/api/index.vue b/test-ui/src/views/test/api/index.vue index f125307..d500843 100644 --- a/test-ui/src/views/test/api/index.vue +++ b/test-ui/src/views/test/api/index.vue @@ -3,11 +3,11 @@ - + - + @@ -16,14 +16,14 @@ - {{ node.label }} + {{ node.label }} - + - - - + + + @@ -71,7 +71,7 @@