fengxiang
2018-06-06 87b5c6927ee0f377d9fc0bcc0f9d1ea6b969ffe6
src/assets/app-data.json
@@ -1,51 +1,28 @@
{
    "app": {
        "name": "Alain",
        "description": "Ng-zorro admin panel front-end framework"
        "name": "七星瓢虫环境监测",
        "description": "七星瓢虫环境监测后台配置中心"
    },
    "user": {
        "name": "Admin",
        "avatar": "./assets/img/zorro.svg",
        "email": "cipchk@qq.com"
        "email": "admin@qq.com"
    },
    "menu": [{
            "text": "主导航",
            "translate": "main_navigation",
            "group": true,
            "children": [{
                "text": "仪表盘",
                "link": "/dashboard",
                "text": "工作台",
                "link": "/dashboard/workplace",
                "icon": "icon-speedometer",
                "children": [{
                    "text": "仪表盘V1",
                    "link": "/dashboard/v1",
                    "translate": "dashboard_v1"
                }, {
                    "text": "分析页",
                    "link": "/dashboard/analysis"
                }, {
                    "text": "Monitor",
                    "link": "/dashboard/monitor",
                    "translate": "dashboard_monitor"
                }, {
                    "text": "Workplace",
                    "link": "/dashboard/workplace",
                    "translate": "dashboard_workplace"
                }]
            }, {
                "text": "快捷菜单",
                "translate": "shortcut",
                "icon": "icon-rocket",
                "shortcut_root": true,
                "children": []
                "translate": "dashboard_workplace"
            }]
        }, {
            "text": "系统管理",
            "link": "/",
            "text": "系统模块",
            "group": true,
            "children": [{
                "text": "用户管理",
                "link": "/",
                "icon": "icon-user",
                "children": [{
                  "text": "安装用户",
@@ -56,30 +33,48 @@
                }]
              }, {
                "text": "设备管理",
                "link": "/",
                "icon": "icon-grid",
                "children": [{
                  "text": "基本信息",
                  "text": "设备配置",
                  "link": "/devices/basic"
                }, {
                  "text": "型号配置",
                  "link": "/devices/version"
                }, {
                  "text": "监测区管理",
                  "text": "监测站点管理",
                  "link": "/devices/monitor-point"
                }]
              }, {
                "text": "传感器管理",
                "link": "/",
                "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": "系统管理",
                "link": "/",
                "icon": "icon-note",
                "icon": "icon-settings",
                "children": [
                  {
                  "text": "账户管理",
@@ -88,10 +83,14 @@
                  {
                    "text": "组织管理",
                    "link": "/systems/organization"
                    }
                    },
                   {
                      "text": "注册码管理",
                      "link": "/systems/registration",
                      "hide": true
                   }
                ]
              }
            ]