fengxiang
2018-02-24 a73dea1555a2c4f9688d344a07cbc79c1b9e058c
src/assets/app-data.json
@@ -1,54 +1,115 @@
{
    "app": {
        "name": "监控平台",
        "description": "七星博士工业级监控平台"
        "name": "Alain",
        "description": "Ng-zorro admin panel front-end framework"
    },
    "user": {
        "name": "管理员",
        "name": "Admin",
        "avatar": "./assets/img/zorro.svg",
        "email": "23420800@qq.com"
        "email": "cipchk@qq.com"
    },
    "menu": [{
        "text": "导航菜单",
        "translate": "main_navigation",
        "group": true,
        "children": [{
            "text": "首页",
            "translate": "home",
            "link": "/dashboard",
            "icon": "icon-cup"
          }, {
            "text": "用户管理",
            "translate": "user_management",
            "link": "/dashboard",
            "icon": "icon-user",
            "text": "主导航",
            "translate": "main_navigation",
            "group": true,
            "children": [{
                "text": "安装用户",
                "link": "/users/installer",
                "translate": "user_management_install"
                "text": "仪表盘",
                "link": "/dashboard",
                "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": "报警用户",
                "link": "/users/receiver",
                "translate": "user_management_receive"
                "text": "快捷菜单",
                "translate": "shortcut",
                "icon": "icon-rocket",
                "shortcut_root": true,
                "children": []
            }]
        }, {
          "text": "设备管理",
          "translate": "device_management",
          "link": "/dashboard",
          "icon": "icon-grid",
          "children": [{
            "text": "基本信息",
            "link": "/devices/basic",
            "translate": "device_management_info"
          }, {
            "text": "型号配置",
            "link": "/devices/version",
            "translate": "device_management_version"
          }, {
            "text": "监测区管理",
            "link": "/devices/monitor-point",
            "translate": "device_management_point"
          }]
        }]
    }]
            "text": "系统模块",
            "group": true,
            "children": [{
                "text": "用户管理",
                "link": "/users",
                "icon": "icon-user",
                "children": [{
                  "text": "安装用户",
                  "link": "/users/installer"
                }, {
                  "text": "报警用户",
                  "link": "/users/alarm-user"
                }]
              }, {
                "text": "设备管理",
                "link": "/devices",
                "icon": "icon-grid",
                "children": [{
                  "text": "设备配置",
                  "link": "/devices/basic"
                }, {
                  "text": "型号配置",
                  "link": "/devices/version"
                }, {
                  "text": "监测区管理",
                  "link": "/devices/monitor-point"
                }]
              }, {
                "text": "传感器管理",
                "link": "/sensors",
                "icon": "icon-note",
                "children": [{
                  "text": "基本信息",
                  "link": "/sensors/basic"
                }]
              }, {
                "text": "系统管理",
                "link": "/systems",
                "icon": "icon-note",
                "children": [
                  {
                  "text": "账户管理",
                  "link": "/systems/account"
                  },
                  {
                    "text": "组织管理",
                    "link": "/systems/organization"
                    }
                ]
              }, {
                "text": "报表管理",
                "link": "/reports",
                "icon": "icon-note",
                "children": [
                  {
                  "text": "柱状图比较",
                  "link": "/reports/demo"
                  },
                  {
                  "text": "Excel导出",
                  "link": "/reports/excel"
                  }
                ]
              }
            ]
        }
    ]
}