fengxiang
2018-07-13 ef5b73ea0b7aed593312f728638d84b5358458ae
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
{
    "app": {
        "name": "七星瓢虫环境监测",
        "description": "七星瓢虫环境监测"
    },
    "user": {
        "name": "Admin",
        "avatar": "./assets/img/zorro.svg",
        "email": "admin@qq.com"
    },
    "menu": [
        {
          "text": "系统导航",
          "group": true,
          "hideInBreadcrumb": true,
          "children": [
            {
              "text": "首页概览",
              "icon": "icon-speedometer",
              "link": "/home-page"
            },
            {
              "text": "预报预警",
              "icon": "icon-pie-chart",
              "link": "/forecasting-warning"
            },
            {
              "text": "环境管理",
              "icon": "icon-directions",
              "link": "/environment/management"
            },
            {
              "text": "污染管控",
              "icon": "icon-chemistry",
              "link": "/pollution/management"
            },
            {
              "text": "企业污染管理",
              "icon": "icon-puzzle",
               "children": [
                {
                  "text": "gis显示",
                  "link": "/"
                }
                ,
                {
                  "text": "企业数据",
                  "link": "/"
                }
                ,
                {
                  "text": "超标报警",
                  "link": "/"
                }
               ]
            },
            {
              "text": "统计分析",
              "icon": "icon-note",
                "children": [{
                        "text": "统计分析",
                        "link": "/statistics/analysis"
                }, {
                        "text": "污染日历",
                        "link": "/statistics/calendar"
                }, {
                        "text": "站点数据分析",
                        "link": "/reports/query2"
                }]
            },
            {
              "text": "网络溯源",
              "icon": "icon-support",
              "link": "/"
            },
            {
              "text": "运维运营",
              "icon": "icon-wrench",
              "children": [
            {
                  "text": "数据审核",
                  "link": "/reports/query"
                }
                ,
                {
                  "text": "设备状态",
                  "link": "/"
                }
                ,
                {
                  "text": "设备维护",
                  "link": "/"
                }
          ]
            },
            {
              "text": "扬尘监控",
              "icon": "icon-flag",
              "link": "/"
            },
            {
              "text": "会商沙盘",
              "icon": "icon-people",
              "link": "/"
            }
          ]
        }
      ]
}