fei.wang
7 天以前 e15f561a1f9eddfde503d59baf45a860b131928e
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
{
  "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/setting.jsp",
          "icon": "layui-icon layui-icon-set",
          "target": "_self"
        }
 
      ]
    }
  ]
}