From 46d4905467aeaf1979613a156753b6625608820b Mon Sep 17 00:00:00 2001 From: xufenglei <xufenglei> Date: Fri, 03 Aug 2018 17:24:02 +0800 Subject: [PATCH] 页面 优化 --- src/assets/app-data.json | 187 +++++++++++++++++++++++++--------------------- 1 files changed, 101 insertions(+), 86 deletions(-) diff --git a/src/assets/app-data.json b/src/assets/app-data.json index 584e5e2..1edc88b 100644 --- a/src/assets/app-data.json +++ b/src/assets/app-data.json @@ -1,101 +1,116 @@ { "app": { "name": "������������������������", - "description": "������������������������������������������" + "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", + "menu": [ + { + "text": "������������", + "group": true, + "hideInBreadcrumb": true, + "children": [ + { + "text": "������������", + "icon": "icon-speedometer", + "link": "/home-page" + }, + { + "text": "������������", + "icon": "icon-pie-chart", + "link": "/forecasting-warning" + }, + { + "text": "������������", + "icon": "icon-directions", + "link": "/environment/management" + }, + { + "text": "������������", + "icon": "icon-chemistry", + "link": "/pollution/management" + }, + { + "text": "������������������", + "group": true, + "icon": "icon-puzzle", + "children": [ + { + "text": "GIS������", + "link": "/enterprise-management/gis-show" + } + , + { + "text": "������������", + "link": "/enterprise-management/enterprise-data" + } + ] + }, + { + "text": "������������", + "icon": "icon-note", "children": [{ - "text": "������������", - "link": "/users/installer" + "text": "������������", + "link": "/statistics/analysis" }, { - "text": "������������", - "link": "/users/alarm-user" - }] - }, { - "text": "������������", - "icon": "icon-grid", - "children": [{ - "text": "������������", - "link": "/devices/basic" + "text": "������������", + "link": "/statistics/calendar" }, { - "text": "������������", - "link": "/devices/version" - }, { - "text": "������������������", - "link": "/devices/monitor-point" + "text": "������������������", + "link": "/reports/query2" }] - }, { - "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 - } - ] - } - ] - - + }, + { + "text": "������������", + "icon": "icon-support", + "link": "/grid-trace" + }, + { + "text": "������������", + "icon": "icon-wrench", + "children": [ + { + "text": "������������", + "link": "/operation/data-audit" + } + , + { + "text": "������������", + "link": "/operation/device-controller" + } + , + { + "text": "������������", + "link": "/operation/device-maintenance" + } + ] + }, + { + "text": "������������", + "icon": "icon-flag", + "children":[ + { + "text": "���������������������", + "link": "/raise-dust/real-time" + },{ + "text": "���������������������", + "link": "/raise-dust/statistical-query" + },{ + "text": "������������", + "link": "/raise-dust/image-grabbing" + } + ] + }, + { + "text": "������������", + "icon": "icon-people", + "link": "/sand-table" + } + ] } - - - ] + ] } -- Gitblit v1.8.0