查看菜单
GET
/api/v1/system-manage/menus/{menu_id}请求参数
Path 参数
menu_id
integer
必需
示例代码
返回响应
成功(200)
Validation Error(422)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
string
必需
msg
string
必需
data
object
必需
activeMenu
null
必需
status
string
必需
keepAlive
boolean
必需
multiTab
boolean
必需
component
string
必需
hideInMenu
boolean
必需
menuType
string
必需
href
null
必需
pathParam
null
必需
props
boolean
必需
routeParam
null
必需
routePath
string
必需
redirect
null
必需
fixedIndexInTab
null
必需
i18nKey
string
必需
createTime
string
必需
updateTime
string
必需
menuName
string
必需
icon
null
必需
iconType
null
必需
constant
boolean
必需
parentId
integer
必需
routeName
string
必需
order
integer
必需
id
integer
必需
示例
{
"code": "0000",
"msg": "OK",
"data": {
"activeMenu": null,
"status": "1",
"keepAlive": false,
"multiTab": false,
"component": "layout.blank$view.login",
"hideInMenu": true,
"menuType": "1",
"href": null,
"pathParam": null,
"props": true,
"routeParam": null,
"routePath": "/login",
"redirect": null,
"fixedIndexInTab": null,
"i18nKey": "route.login",
"createTime": "2024-05-17 16:11:02",
"updateTime": "2024-05-17 16:11:02",
"menuName": "login",
"icon": null,
"iconType": null,
"constant": true,
"parentId": 0,
"routeName": "login",
"order": 1,
"id": 1
}
}
最后修改时间: 9 个月前