From c8d8b2d3cf0807f46d1d365da0560b25a1a73ae7 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Fri, 23 Mar 2018 14:58:40 +0800 Subject: [PATCH] 数据查询优化,设备坐标 保持bug修复 --- src/assets/app-data.json | 129 ++++++++++++++++++++++++++++-------------- 1 files changed, 86 insertions(+), 43 deletions(-) diff --git a/src/assets/app-data.json b/src/assets/app-data.json index db4e206..76b2b22 100644 --- a/src/assets/app-data.json +++ b/src/assets/app-data.json @@ -1,54 +1,97 @@ { "app": { - "name": "������������", - "description": "���������������������������������" + "name": "������������������������", + "description": "������������������������������������������" }, "user": { - "name": "���������", + "name": "Admin", "avatar": "./assets/img/zorro.svg", - "email": "23420800@qq.com" + "email": "admin@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": "/users/receiver", - "translate": "user_management_receive" + "text": "���������", + "link": "/dashboard/workplace", + "icon": "icon-speedometer", + "translate": "dashboard_workplace" }] }, { - "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": "������������", + "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-graph", + "children": [ + { + "text": "������������", + "link": "/analysis/query" + } + ] + }, { + "text": "������������", + "icon": "icon-chart", + "children": [ + { + "text": "���������������", + "link": "/reports/demo" + }, + { + "text": "Excel������", + "link": "/reports/excel" + } + ] + }, { + "text": "������������", + "icon": "icon-settings", + "children": [ + { + "text": "������������", + "link": "/systems/account" + }, + { + "text": "������������", + "link": "/systems/organization" + } + ] + } + ] + + + } + + + ] } -- Gitblit v1.8.0