Authorization: Bearer ********************
curl --location --request GET 'finance-gateway.hdltest.com/acct-payable/system/menu/getH5Routers' \
--header 'user_id: {{user_id}}' \
--header 'username: {{username}}' \
--header 'user_key: {{user_key}}'
{
"msg": "操作成功",
"code": 200,
"data": [
{
"name": "Utilities",
"path": "/utilities",
"hidden": false,
"redirect": "noRedirect",
"component": "Layout",
"alwaysShow": true,
"meta": {
"title": "水电气管理",
"icon": "dict",
"noCache": false,
"link": null
},
"children": [
{
"name": "Task",
"path": "task",
"hidden": false,
"redirect": "noRedirect",
"component": "ParentView",
"alwaysShow": true,
"meta": {
"title": "任务管理",
"icon": "fullscreen",
"noCache": false,
"link": null
},
"children": [
{
"name": "Release",
"path": "release",
"hidden": false,
"component": "utilities/task/release/index",
"meta": {
"title": "任务发布",
"icon": "button",
"noCache": false,
"link": null
}
},
{
"name": "MyTask",
"path": "myTask",
"hidden": false,
"component": "utilities/task/myTask/index",
"meta": {
"title": "我的任务",
"icon": "online",
"noCache": false,
"link": null
}
},
{
"name": "MyReview",
"path": "myReview",
"hidden": false,
"component": "utilities/task/myReview/index",
"meta": {
"title": "我的审核",
"icon": "client",
"noCache": false,
"link": null
}
}
]
},
{
"name": "Ledger",
"path": "ledger",
"hidden": false,
"redirect": "noRedirect",
"component": "ParentView",
"alwaysShow": true,
"meta": {
"title": "台账管理",
"icon": "#",
"noCache": false,
"link": null
},
"children": [
{
"name": "MeterRead",
"path": "MeterRead",
"hidden": false,
"component": "utilities/ledger/MeterRead/index",
"meta": {
"title": "汇总台账",
"icon": "#",
"noCache": false,
"link": null
}
},
{
"name": "Accrual",
"path": "Accrual",
"hidden": false,
"component": "utilities/ledger/Accrual/index",
"meta": {
"title": "计提台账",
"icon": "#",
"noCache": false,
"link": null
}
}
]
},
{
"name": "Store",
"path": "store",
"hidden": false,
"redirect": "noRedirect",
"component": "ParentView",
"alwaysShow": true,
"meta": {
"title": "门店查询",
"icon": "search",
"noCache": false,
"link": null
},
"children": [
{
"name": "ResponsibleStore",
"path": "responsibleStore",
"hidden": false,
"component": "utilities/responsibleStore/index",
"meta": {
"title": "负责门店查询",
"icon": "tree-table",
"noCache": true,
"link": null
}
}
]
},
{
"name": "BaseSetting",
"path": "baseSetting",
"hidden": false,
"redirect": "noRedirect",
"component": "ParentView",
"alwaysShow": true,
"meta": {
"title": "基础设置",
"icon": "system",
"noCache": false,
"link": null
},
"children": [
{
"name": "StoreManager",
"path": "storeManager",
"hidden": false,
"component": "utilities/baseSetting/storeManager/index",
"meta": {
"title": "门店信息管理",
"icon": "list",
"noCache": false,
"link": null
}
},
{
"name": "UtilityMeter",
"path": "utilityMeter",
"hidden": false,
"component": "utilities/baseSetting/utilityMeter/index",
"meta": {
"title": "表信息管理",
"icon": "chart",
"noCache": false,
"link": null
}
},
{
"name": "ShopConfig",
"path": "shopConfig",
"hidden": false,
"component": "utilities/baseSetting/shopConfig",
"meta": {
"title": "门店分配设置",
"icon": "build",
"noCache": false,
"link": null
}
},
{
"name": "TaskStrategy",
"path": "taskStrategy",
"hidden": false,
"component": "utilities/baseSetting/taskStrategy",
"meta": {
"title": "抄表任务策略设置",
"icon": "build",
"noCache": false,
"link": null
}
}
]
}
]
}
]
}