Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
export
const
getMenuList = (options?: SearchParams) => httpRequest.get<API.MENUMANAGEMENT[]>(`${baseURL}`, options);
22
23
/**
24
* @description: 新增菜单数据
Callers
2
FormTemplate
Function · 0.90
TableTemplate
Function · 0.90
Calls
1
get
Method · 0.80
Tested by
no test coverage detected