From 728311a10fb825369cd4ad141af203de4d668e8f Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期四, 27 三月 2025 17:28:03 +0800 Subject: [PATCH] fix:对接生态流量数据 --- src/api/system/menu.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/system/menu.js b/src/api/system/menu.js index cf39be1..f66b296 100644 --- a/src/api/system/menu.js +++ b/src/api/system/menu.js @@ -50,9 +50,9 @@ }) }, //删除菜单 - remove:(id) =>{ + remove:(menuId) =>{ return publicRequest({ - url: `/admin/menu/remove?menuId=${id}`, + url: `/admin/menu/remove/${menuId}`, method: 'post', }) }, -- Gitblit v1.9.3