1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
| {
| "homeInfo": {
| "title": "首页",
| "href": "/HxzkFlow/page/ShouYe.jsp"
| },
| "logoInfo": {
| "title": "物联网卡平台",
| "image": "/HxzkFlow/images/favicon.ico",
| "href": ""
| },
| "menuInfo": [
| {
| "title": "常规管理",
| "icon": "fa fa-address-book",
| "href": "",
| "target": "_self",
| "child": [
| {
| "title": "信息总览",
| "href": "/HxzkFlow/page/XinXi.jsp",
| "icon": "layui-icon layui-icon-cols",
| "target": "_self"
| },
| {
| "title": "卡片管理",
| "href": "/HxzkFlow/page/index1.jsp",
| "icon": "layui-icon layui-icon-tabs",
| "target": "_self"
| }
| ]
| }
| ]
| }
|
|