curl --location --request GET 'http://127.0.0.1:18111/getRouters' \
--header 'Authorization: Bearer '
{
"code": 0,
"msg": "string",
"data": [
{
"name": "string",
"path": "string",
"hidden": true,
"redirect": "string",
"component": "string",
"query": "string",
"alwaysShow": true,
"meta": {
"title": "string",
"icon": "string",
"noCache": true,
"link": "string"
}
}
]
}