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

Function getMenuList

Xmw_web/src/services/system/menu-management.ts:21–21  ·  view source on GitHub ↗
(options?: SearchParams)

Source from the content-addressed store, hash-verified

19 */
20
21export const getMenuList = (options?: SearchParams) => httpRequest.get<API.MENUMANAGEMENT[]>(`${baseURL}`, options);
22
23/**
24 * @description: 新增菜单数据

Callers 2

FormTemplateFunction · 0.90
TableTemplateFunction · 0.90

Calls 1

getMethod · 0.80

Tested by

no test coverage detected