ApiResult<List<[前端路由
说明:
内含转换方法,将系统菜单转换成前端路由
]>>
id
createTime
create_time
createdBy
created_by
updateTime
update_time
updatedBy
updated_by
{
"code": 0,
"message": "string",
"data": [
{
"id": 0,
"createTime": "string",
"createdBy": 0,
"updateTime": "string",
"updatedBy": 0,
"version": 0,
"deleted": true,
"label": "string",
"parentId": 0,
"sortValue": 0,
"children": [
{}
],
"name": "string",
"path": "string",
"component": "string",
"redirect": "string",
"meta": {
"title": "string",
"icon": "string",
"hide": true,
"keepAlive": true,
"href": "string",
"frameSrc": "string"
}
}
],
"error": "string"
}