fengxiang
2018-02-24 a73dea1555a2c4f9688d344a07cbc79c1b9e058c
src/assets/app-data.json
@@ -40,12 +40,11 @@
                "children": []
            }]
        }, {
            "text": "系统管理",
            "link": "/",
            "text": "系统模块",
            "group": true,
            "children": [{
                "text": "用户管理",
                "link": "/",
                "link": "/users",
                "icon": "icon-user",
                "children": [{
                  "text": "安装用户",
@@ -56,10 +55,10 @@
                }]
              }, {
                "text": "设备管理",
                "link": "/",
                "link": "/devices",
                "icon": "icon-grid",
                "children": [{
                  "text": "基本信息",
                  "text": "设备配置",
                  "link": "/devices/basic"
                }, {
                  "text": "型号配置",
@@ -70,7 +69,7 @@
                }]
              }, {
                "text": "传感器管理",
                "link": "/",
                "link": "/sensors",
                "icon": "icon-note",
                "children": [{
                  "text": "基本信息",
@@ -78,7 +77,7 @@
                }]
              }, {
                "text": "系统管理",
                "link": "/",
                "link": "/systems",
                "icon": "icon-note",
                "children": [
                  {
@@ -90,6 +89,20 @@
                    "link": "/systems/organization"
                    }
                ]
              }, {
                "text": "报表管理",
                "link": "/reports",
                "icon": "icon-note",
                "children": [
                  {
                  "text": "柱状图比较",
                  "link": "/reports/demo"
                  },
                  {
                  "text": "Excel导出",
                  "link": "/reports/excel"
                  }
                ]
              }
            ]