fengxiang
2018-06-06 87b5c6927ee0f377d9fc0bcc0f9d1ea6b969ffe6
src/assets/app-data.json
@@ -1,80 +1,101 @@
{
  "app": {
  "name": "监控平台",
  "description": "七星博士工业级监控平台"
},
  "user": {
  "name": "管理员",
  "avatar": "./assets/img/zorro.svg",
  "email": "23420800@qq.com"
},
  "menu": [{
  "text": "导航菜单",
  "translate": "main_navigation",
  "group": true,
  "children": [{
    "text": "首页",
    "translate": "home",
    "link": "/dashboard",
    "icon": "icon-cup"
  }, {
    "text": "用户管理",
    "translate": "user_management",
    "link": "/",
    "icon": "icon-user",
    "children": [{
      "text": "安装用户",
      "link": "/users/installer",
      "translate": "user_management_install"
    }, {
      "text": "报警用户",
      "link": "/users/receiver",
      "translate": "user_management_receive"
    }]
  }, {
    "text": "设备管理",
    "translate": "device_management",
    "link": "/",
    "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": "传感器管理",
    "translate": "sensor_management",
    "link": "/",
    "icon": "icon-note",
    "children": [{
      "text": "基本信息",
      "link": "/sensors/basic",
      "translate": "device_management_info"
    }]
  }, {
    "text": "系统管理",
    "translate": "system_management",
    "link": "/",
    "icon": "icon-note",
    "children": [
      {
      "text": "账户管理",
      "link": "/systems/account",
      "translate": "system_management_account"
      },
      {
        "text": "组织管理",
        "link": "/systems/organization"
    "app": {
        "name": "七星瓢虫环境监测",
        "description": "七星瓢虫环境监测后台配置中心"
    },
    "user": {
        "name": "Admin",
        "avatar": "./assets/img/zorro.svg",
        "email": "admin@qq.com"
    },
    "menu": [{
            "text": "主导航",
            "translate": "main_navigation",
            "group": true,
            "children": [{
                "text": "工作台",
                "link": "/dashboard/workplace",
                "icon": "icon-speedometer",
                "translate": "dashboard_workplace"
            }]
        }, {
            "text": "系统模块",
            "group": true,
            "children": [{
                "text": "用户管理",
                "icon": "icon-user",
                "children": [{
                  "text": "安装用户",
                  "link": "/users/installer"
                }, {
                  "text": "报警用户",
                  "link": "/users/alarm-user"
                }]
              }, {
                "text": "设备管理",
                "icon": "icon-grid",
                "children": [{
                  "text": "设备配置",
                  "link": "/devices/basic"
                }, {
                  "text": "型号配置",
                  "link": "/devices/version"
                }, {
                  "text": "监测站点管理",
                  "link": "/devices/monitor-point"
                }]
              }, {
                "text": "传感器管理",
                "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": "系统管理",
                "icon": "icon-settings",
                "children": [
                  {
                  "text": "账户管理",
                  "link": "/systems/account"
                  },
                  {
                    "text": "组织管理",
                    "link": "/systems/organization"
                    },
                   {
                      "text": "注册码管理",
                      "link": "/systems/registration",
                      "hide": true
                   }
                ]
              }
            ]
        }
    ]
  }]
}]
}