xufenglei
2018-03-26 ba15aacf079d1a3fd13e4594f5a94cf25dacb036
src/assets/app-data.json
@@ -13,38 +13,16 @@
            "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": "系统模块",
            "group": true,
            "children": [{
                "text": "用户管理",
                "link": "/users",
                "icon": "icon-user",
                "children": [{
                  "text": "安装用户",
@@ -55,7 +33,6 @@
                }]
              }, {
                "text": "设备管理",
                "link": "/devices",
                "icon": "icon-grid",
                "children": [{
                  "text": "设备配置",
@@ -69,16 +46,31 @@
                }]
              }, {
                "text": "传感器管理",
                "link": "/sensors",
                "icon": "icon-note",
                "children": [{
                  "text": "基本信息",
                  "link": "/sensors/basic"
                }]
              },{
                "text": "报表管理",
                "icon": "icon-chart",
                "children": [
                  {
                  "text": "数据查询",
                  "link": "/reports/query"
                  },
                  {
                  "text": "报表展示",
                  "link": "/reports/demo"
                  },
                  {
                  "text": "数据导出",
                  "link": "/reports/excel"
                  }
                ]
              }, {
                "text": "系统管理",
                "link": "/systems",
                "icon": "icon-note",
                "icon": "icon-settings",
                "children": [
                  {
                  "text": "账户管理",
@@ -89,22 +81,7 @@
                    "link": "/systems/organization"
                    }
                ]
              }, {
                "text": "报表管理",
                "link": "/reports",
                "icon": "icon-note",
                "children": [
                  {
                  "text": "柱状图比较",
                  "link": "/reports/demo"
                  },
                  {
                  "text": "Excel导出",
                  "link": "/reports/excel"
                  }
                ]
              }
            ]