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

Function createMenu

Xmw_web/src/services/system/menu-management.ts:28–29  ·  view source on GitHub ↗
(options: Partial<API.MENUMANAGEMENT>)

Source from the content-addressed store, hash-verified

26 * @Author: 白雾茫茫丶
27 */
28export const createMenu = (options: Partial<API.MENUMANAGEMENT>) =>
29 httpRequest.post<API.MENUMANAGEMENT>(`${baseURL}`, options);
30
31/**
32 * @description: 更新菜单数据

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected