From bb0f620d123e3b31e960e88ef5de22d9a5319e4c Mon Sep 17 00:00:00 2001 From: DevOps Date: Wed, 31 Dec 2025 11:40:51 +0800 Subject: [PATCH] =?UTF-8?q?fix(team):=20=E4=BF=AE=E5=A4=8D=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E9=9B=86=E4=BD=93=E6=97=B6=E5=8F=82=E6=95=B0=E4=BC=A0?= =?UTF-8?q?=E9=80=92=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/athlete.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/athlete.js b/src/api/athlete.js index 0b5d125..456e657 100644 --- a/src/api/athlete.js +++ b/src/api/athlete.js @@ -70,6 +70,6 @@ export default { * 删除集体 */ removeTeam(id) { - return request.post('/martial/team/remove', null, { params: { id } }) + return request.post('/martial/team/remove?id=' + id, {}) } }