MCPcopy Create free account
hub / github.com/baiwumm/react-admin / delMenu

Function delMenu

Xmw_web/src/services/system/menu-management.ts:44–44  ·  view source on GitHub ↗
(menu_id: string)

Source from the content-addressed store, hash-verified

42 * @Author: 白雾茫茫丶
43 */
44export const delMenu = (menu_id: string) => httpRequest.delete<number>(`${baseURL}/${menu_id}`);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected