fengxiang
2018-07-11 12b04f145bae740e1971036b1e2dfc1bc224d17b
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
  "app": {
    "name": "Alain",
    "description": "Ng-zorro admin panel front-end framework"
  },
  "user": {
    "name": "Admin",
    "avatar": "./assets/tmp/img/avatar.jpg",
    "email": "cipchk@qq.com"
  },
  "menu": [
    {
      "text": "系统导航",
      "i18n": "system_navigation",
      "group": true,
      "hideInBreadcrumb": true,
      "children": [
        {
          "text": "首页概览",
          "i18n": "home-page",
          "icon": "icon-speedometer",
          "link": "/home-page"
        },
        {
          "text": "预报预警",
          "icon": "icon-pie-chart",
          "children": [
              {
                "text": "预警",
                "link": "/"
              }
              ,
              {
                "text": "预报",
                "link": "/"
              }
              ,
              {
                "text": "因子数据",
                "link": "/"
              }
          ]
        },
        {
          "text": "环境管理",
          "icon": "icon-directions",
          "children": [
            {
              "text": "考核指标",
              "link": "/"
            }
            ,
            {
              "text": "分析",
              "link": "/"
            }
          ]
        },
        {
          "text": "污染管控",
          "icon": "icon-chemistry",
          "link": "/"
        },
        {
          "text": "企业污染管理",
          "icon": "icon-puzzle",
           "children": [
            {
              "text": "gis显示",
              "link": "/"
            }
            ,
            {
              "text": "企业数据",
              "link": "/"
            }
            ,
            {
              "text": "超标报警",
              "link": "/"
            }
           ]
        },
        {
          "text": "统计分析",
          "icon": "icon-note",
          "link": "/"
        },
        {
          "text": "网络溯源",
          "icon": "icon-support",
          "link": "/"
        },
        {
          "text": "运维运营",
          "icon": "icon-wrench",
          "children": [
        {
              "text": "数据审核",
              "link": "/"
            }
            ,
            {
              "text": "设备状态",
              "link": "/"
            }
            ,
            {
              "text": "设备维护",
              "link": "/"
            }
      ]
        },
        {
          "text": "扬尘监控",
          "icon": "icon-flag",
          "link": "/"
        },
        {
          "text": "会商沙盘",
          "icon": "icon-people",
          "link": "/"
        }
      ]
    }
  ]
}