Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pythonstock/stock
/ fetchMenuList
Function
fetchMenuList
frontend/src/api/menu.js:5–11 ·
view source on GitHub ↗
(query)
Source
from the content-addressed store, hash-verified
3
// 同步获得菜单相关数据。
4
5
export
function
fetchMenuList(query) {
6
return
request({
7
url:
'/api/v1/menu_list'
,
8
method:
'get'
,
9
params: query
10
})
11
}
12
Callers
1
index.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected