From 769d84e98ce50ed168d26d2f6b82177b9c786685 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Tue, 14 Aug 2018 13:26:45 +0800 Subject: [PATCH] 菜单更新 --- src/assets/app-data.json | 181 +++++++++++++++++++++++--------------------- 1 files changed, 95 insertions(+), 86 deletions(-) diff --git a/src/assets/app-data.json b/src/assets/app-data.json index 584e5e2..f9f17fd 100644 --- a/src/assets/app-data.json +++ b/src/assets/app-data.json @@ -1,101 +1,110 @@ { "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", - "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": [ + "menu": [ + { + "text": "������������", + "group": true, + "hideInBreadcrumb": true, + "children": [ + { + "text": "������������", + "icon": "icon-speedometer", + "link": "/home-page" + }, + { + "text": "������������", + "icon": "icon-support", + "link": "/grid-trace" + }, + { + "text": "������������", + "icon": "icon-pie-chart", + "link": "/forecasting-warning" + }, + { + "text": "������������", + "icon": "icon-wrench", + "children": [ { - "text": "������������", - "link": "/reports/query" - }, - { - "text": "������������", - "link": "/reports/demo" - }, - { - "text": "������������", - "link": "/reports/alarm" - }, - { - "text": "������������", - "link": "/reports/excel" + "text": "������������", + "link": "/operation/data-audit" } - ] - }, { - "text": "������������", - "icon": "icon-settings", - "children": [ + , { - "text": "������������", - "link": "/systems/account" - }, + "text": "������������", + "link": "/operation/device-controller" + } + , { - "text": "������������", - "link": "/systems/organization" - }, - { - "text": "���������������", - "link": "/systems/registration", - "hide": true - } - ] - } - ] - - + "text": "������������", + "link": "/operation/device-maintenance" + } + ] + }, + { + "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": "/statistics/analysis" + }, { + "text": "������������", + "link": "/statistics/calendar" + }, { + "text": "������������������", + "link": "/reports/query2" + }] + }, + { + "text": "������������", + "icon": "icon-wrench", + "children": [ + { + "text": "������������", + "link": "/operation/data-audit" + } + , + { + "text": "������������", + "link": "/operation/device-controller" + } + , + { + "text": "������������", + "link": "/operation/device-maintenance" + } + ] + } + ] } - - - ] + ] } -- Gitblit v1.8.0