R 路由响应结果,包含路由数据
{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"name": "string",
"path": "string",
"component": "string",
"meta": {
"title": "string",
"icon": "string",
"showBadge": true,
"showTextBadge": "string",
"isHide": true,
"isHideTab": true,
"link": "string",
"isIframe": true,
"keepAlive": true,
"fixedTab": true,
"activePath": "string",
"isFullPage": true,
"authMark": "string"
},
"children": [
{}
]
}
]
}