xufenglei
2018-07-31 e2750980d182c135384dd3b691b2d28e297b7145
src/assets/app-data.json
@@ -1,101 +1,121 @@
{
    "app": {
        "name": "七星瓢虫环境监测",
        "description": "七星瓢虫环境监测后台配置中心"
        "description": "七星瓢虫环境监测"
    },
    "user": {
        "name": "Admin",
        "avatar": "./assets/img/zorro.svg",
        "email": "admin@qq.com"
    },
    "menu": [{
            "text": "主导航",
            "translate": "main_navigation",
            "group": true,
            "children": [{
                "text": "工作台",
                "link": "/dashboard/workplace",
                "icon": "icon-speedometer",
                "translate": "dashboard_workplace"
            }]
        }, {
            "text": "系统模块",
            "group": true,
            "children": [{
                "text": "用户管理",
                "icon": "icon-user",
    "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": "企业污染管理",
              "group": true,
              "icon": "icon-puzzle",
               "children": [
                {
                  "text": "GIS显示",
                  "link": "/enterprise-management/gis-show"
                }
                ,
                {
                  "text": "企业数据",
                  "link": "/enterprise-management/enterprise-data"
                }
                ,
                {
                  "text": "超标报警",
                  "link": "/enterprise-management/standard-alarm"
                }
               ]
            },
            {
              "text": "统计分析",
              "icon": "icon-note",
                "children": [{
                  "text": "安装用户",
                  "link": "/users/installer"
                        "text": "统计分析",
                        "link": "/statistics/analysis"
                }, {
                  "text": "报警用户",
                  "link": "/users/alarm-user"
                }]
              }, {
                "text": "设备管理",
                "icon": "icon-grid",
                "children": [{
                  "text": "设备配置",
                  "link": "/devices/basic"
                        "text": "污染日历",
                        "link": "/statistics/calendar"
                }, {
                  "text": "型号配置",
                  "link": "/devices/version"
                }, {
                  "text": "监测站点管理",
                  "link": "/devices/monitor-point"
                        "text": "站点数据分析",
                        "link": "/reports/query2"
                }]
              }, {
                "text": "传感器管理",
                "icon": "icon-note",
                "children": [{
                  "text": "基本信息",
                  "link": "/sensors/basic"
                }]
              },{
                "text": "报表管理",
                "icon": "icon-chart",
                "children": [
                  {
                  "text": "数据查询",
                  "link": "/reports/query"
                  },
                  {
                  "text": "报表展示",
                  "link": "/reports/demo"
                  },
                  {
                  "text": "报警数据",
                  "link": "/reports/alarm"
                  },
                  {
                  "text": "数据导出",
                  "link": "/reports/excel"
                  }
                ]
              }, {
                "text": "系统管理",
                "icon": "icon-settings",
                "children": [
                  {
                  "text": "账户管理",
                  "link": "/systems/account"
                  },
                  {
                    "text": "组织管理",
                    "link": "/systems/organization"
                    },
                   {
                      "text": "注册码管理",
                      "link": "/systems/registration",
                      "hide": true
                   }
                ]
              }
            ]
            },
            {
              "text": "网格溯源",
              "icon": "icon-support",
              "link": "/grid-trace"
            },
            {
              "text": "运维运营",
              "icon": "icon-wrench",
              "children": [
            {
                  "text": "数据审核",
                  "link": "/operation/data-audit"
                }
                ,
                {
                  "text": "设备状态",
                  "link": "/operation/device-status"
                }
                ,
                {
                  "text": "设备维护",
                  "link": "/operation/device-maintenance"
                }
          ]
            },
            {
              "text": "扬尘监控",
              "icon": "icon-flag",
              "children":[
                {
                  "text": "实时监控和警告",
                  "link": "/raise-dust/real-time"
                },{
                  "text": "统计查询和分析",
                  "link": "/raise-dust/statistical-query"
                },{
                  "text": "图像抓拍",
                  "link": "/raise-dust/image-grabbing"
                }
              ]
            },
            {
              "text": "会商沙盘",
              "icon": "icon-people",
              "link": "/sand-table"
            }
          ]
        }
    ]
      ]
}