Pear-Admin-Layui/admin/data/menu.json

122 lines
2.5 KiB
JSON
Raw Normal View History

2020-04-04 09:54:48 +00:00
[{
"id": 1,
"title": "工作空间",
"type": 0,
2020-05-08 17:00:31 +00:00
"icon": "layui-icon layui-icon-console",
2020-04-04 09:54:48 +00:00
"href": "",
"children": [{
2020-06-16 08:02:45 +00:00
"id": 0,
2020-04-04 09:54:48 +00:00
"title": "控制后台",
"icon": "layui-icon layui-icon-console",
"type": 1,
"openType": "_iframe",
2020-07-17 16:35:09 +00:00
"href": "view/console/console.html"
2020-06-18 01:15:22 +00:00
}, {
2020-05-22 00:55:33 +00:00
"id": 13,
"title": "数据分析",
"icon": "layui-icon layui-icon-console",
"type": 1,
"openType": "_iframe",
2020-06-04 16:31:52 +00:00
"href": "view/console/console2.html"
2020-04-04 09:54:48 +00:00
}]
},
2020-04-18 07:30:39 +00:00
{
2020-07-15 21:22:46 +00:00
"id": "component",
"title": "常用组件",
"icon": "layui-icon layui-icon-auz",
2020-04-18 07:30:39 +00:00
"type": 0,
"href": "",
"children": [{
2020-07-15 21:22:46 +00:00
"id": 201,
"title": "按钮",
"icon": "layui-icon layui-icon-face-smile",
2020-04-18 07:30:39 +00:00
"type": 1,
"openType": "_iframe",
2020-07-15 21:22:46 +00:00
"href": "view/document/button.html"
2020-04-18 07:30:39 +00:00
},
{
2020-07-15 21:22:46 +00:00
"id": 202,
2020-07-17 16:35:09 +00:00
"title": "表单",
"icon": "layui-icon layui-icon-face-cry",
"type": 1,
"openType": "_iframe",
"href": "view/document/form.html"
},
{
"id": 203,
2020-07-15 21:22:46 +00:00
"title": "多选下拉",
"icon": "layui-icon layui-icon-face-cry",
2020-04-18 07:30:39 +00:00
"type": 1,
"openType": "_iframe",
2020-07-15 21:22:46 +00:00
"href": "view/document/select.html"
2020-07-17 00:29:38 +00:00
},
{
2020-07-17 16:35:09 +00:00
"id": 204,
2020-07-17 00:29:38 +00:00
"title": "抽屉组件",
"icon": "layui-icon layui-icon-face-cry",
"type": 1,
"openType": "_iframe",
"href": "view/document/drawer.html"
2020-07-18 18:04:42 +00:00
},
{
"id": 205,
"title": "哈希加密",
"icon": "layui-icon layui-icon-face-cry",
"type": 1,
"openType": "_iframe",
"href": "view/document/hash.html"
2020-07-18 20:13:43 +00:00
},
{
"id": 206,
"title": "消息通知",
"icon": "layui-icon layui-icon-face-cry",
"type": 1,
"openType": "_iframe",
"href": "view/document/notice.html"
2020-07-17 16:35:09 +00:00
},
{
"id": 207,
"title": "分布表单",
2020-07-17 16:35:09 +00:00
"icon": "layui-icon layui-icon-face-cry",
"type": 1,
"openType": "_iframe",
"href": "view/document/step.html"
2020-07-17 16:35:09 +00:00
}
]
},
2020-06-18 01:15:22 +00:00
{
2020-04-04 09:54:48 +00:00
"id": "error",
"title": "错误页面",
2020-05-08 17:00:31 +00:00
"icon": "layui-icon layui-icon-auz",
2020-04-04 09:54:48 +00:00
"type": 0,
"href": "",
"children": [{
"id": 403,
"title": "403",
"icon": "layui-icon layui-icon-face-smile",
"type": 1,
"openType": "_iframe",
2020-06-04 16:31:52 +00:00
"href": "view/error/403.html"
2020-04-04 09:54:48 +00:00
},
{
"id": 404,
"title": "404",
"icon": "layui-icon layui-icon-face-cry",
"type": 1,
"openType": "_iframe",
2020-06-04 16:31:52 +00:00
"href": "view/error/404.html"
2020-04-04 09:54:48 +00:00
},
{
"id": 500,
"title": "500",
"icon": "layui-icon layui-icon-face-cry",
"type": 1,
"openType": "_iframe",
2020-06-04 16:31:52 +00:00
"href": "view/error/500.html"
2020-04-04 09:54:48 +00:00
}
]
}
]