fengxiang
2018-03-05 43e7ed40c26afa535aba24b1c9ddc1b87b607d8d
src/assets/app-data.json
@@ -1,12 +1,12 @@
{
    "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": "主导航",
@@ -44,7 +44,6 @@
            "group": true,
            "children": [{
                "text": "用户管理",
                "link": "/users",
                "icon": "icon-user",
                "children": [{
                  "text": "安装用户",
@@ -55,7 +54,6 @@
                }]
              }, {
                "text": "设备管理",
                "link": "/devices",
                "icon": "icon-grid",
                "children": [{
                  "text": "设备配置",
@@ -69,30 +67,23 @@
                }]
              }, {
                "text": "传感器管理",
                "link": "/sensors",
                "icon": "icon-note",
                "children": [{
                  "text": "基本信息",
                  "link": "/sensors/basic"
                }]
              }, {
                "text": "系统管理",
                "link": "/systems",
                "icon": "icon-note",
                "text": "数据分析",
                "icon": "icon-graph",
                "children": [
                  {
                  "text": "账户管理",
                  "link": "/systems/account"
                  },
                  {
                    "text": "组织管理",
                    "link": "/systems/organization"
                    }
                  "text": "数据查看",
                  "link": "/analysis/query"
                  }
                ]
              }, {
                "text": "报表管理",
                "link": "/reports",
                "icon": "icon-note",
                "icon": "icon-chart",
                "children": [
                  {
                  "text": "柱状图比较",
@@ -103,8 +94,20 @@
                  "link": "/reports/excel"
                  }
                ]
              }, {
                "text": "系统管理",
                "icon": "icon-settings",
                "children": [
                  {
                  "text": "账户管理",
                  "link": "/systems/account"
                  },
                  {
                    "text": "组织管理",
                    "link": "/systems/organization"
                    }
                ]
              }
            ]