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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
| {
| "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"
| },
| {
| "title": "云服务器",
| "href": "/HxzkFlow/page/Fuwuqi.jsp",
| "icon": "layui-icon layui-icon-util",
| "target": "_self"
| },
| {
| "title": "公司管理",
| "href": "/HxzkFlow/page/Gongs.jsp",
| "icon": "layui-icon layui-icon-templeate-1",
| "target": "_self"
| },
| {
| "title": "充值记录",
| "href": "/HxzkFlow/page/ChongZhi.jsp",
| "icon": "layui-icon layui-icon-rmb",
| "target": "_self"
| },
| {
| "title": "个人中心",
| "href": "/HxzkFlow/page/setting.jsp",
| "icon": "layui-icon layui-icon-set",
| "target": "_self"
| },
| {
| "title": "问题咨询",
| "href": "/HxzkFlow/page/wenti.jsp",
| "icon": "layui-icon layui-icon-help",
| "target": "_self"
| },
| {
| "title": "登录记录",
| "href": "/HxzkFlow/page/loginJiLu.jsp",
| "icon": "layui-icon layui-icon-log",
| "target": "_self"
| },
| {
| "title": "开票管理",
| "href": "/HxzkFlow/page/KaiPiao.jsp",
| "icon": "layui-icon layui-icon-log",
| "target": "_self"
| },
| {
| "title": "开票记录",
| "href": "/HxzkFlow/page/KaiPiaoJiLu.jsp",
| "icon": "layui-icon layui-icon-survey",
| "target": "_self"
| }
|
| ]
| }
| ]
| }
|
|