gz_gqj_web/api/init.json

61 lines
1.4 KiB
JSON
Raw Normal View History

2024-11-08 16:53:56 +08:00
{
"homeInfo": {
"title": "首页",
"href": "page/welcome-1.html?t=1"
},
"logoInfo": {
"title": "LAYUI MINI",
"image": "images/logo.png",
"href": ""
},
"menuInfo": [
{
"title": "常规管理",
"icon": "fa fa-address-book",
"href": "",
"target": "_self",
"child": [
{
"title": "首页",
"href": "",
"icon": "fa fa-home",
"target": "_self",
"child": [
{
"title": "首页1",
"href": "page/welcome-1.html",
"icon": "fa fa-tachometer",
"target": "_self"
},
{
"title": "首页1",
"href": "page/welcome-2.html",
"icon": "fa fa-tachometer",
"target": "_self"
},
{
"title": "首页1",
"href": "page/welcome-3.html",
"icon": "fa fa-tachometer",
"target": "_self"
}
]
},
{
"title": "机具需求计划",
"href": "",
"icon": "fa fa-home",
"target": "_self",
"child": [
{
"title": "机具公司发货",
"href": "page/demandPlan/delivery_list.html",
"icon": "fa fa-tachometer",
"target": "_self"
}
]
}
]
}
]
}