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 | 81 ++++++++++++++++++++-------------------- 1 files changed, 41 insertions(+), 40 deletions(-) diff --git a/src/assets/app-data.json b/src/assets/app-data.json index 083dcb7..f9f17fd 100644 --- a/src/assets/app-data.json +++ b/src/assets/app-data.json @@ -20,14 +20,34 @@ "link": "/home-page" }, { + "text": "������������", + "icon": "icon-support", + "link": "/grid-trace" + }, + { "text": "������������", "icon": "icon-pie-chart", "link": "/forecasting-warning" }, { "text": "������������", - "icon": "icon-directions", - "link": "/environment/management" + "icon": "icon-wrench", + "children": [ + { + "text": "������������", + "link": "/operation/data-audit" + } + , + { + "text": "������������", + "link": "/operation/device-controller" + } + , + { + "text": "������������", + "link": "/operation/device-maintenance" + } + ] }, { "text": "������������", @@ -36,21 +56,17 @@ }, { "text": "������������������", + "group": true, "icon": "icon-puzzle", "children": [ { - "text": "gis������", - "link": "/" + "text": "GIS������", + "link": "/enterprise-management/gis-show" } , { "text": "������������", - "link": "/" - } - , - { - "text": "������������", - "link": "/" + "link": "/enterprise-management/enterprise-data" } ] }, @@ -69,39 +85,24 @@ }] }, { - "text": "������������", - "icon": "icon-support", - "link": "/" - }, - { "text": "������������", "icon": "icon-wrench", "children": [ - { - "text": "������������", - "link": "/reports/query" - } - , - { - "text": "������������", - "link": "/" - } - , - { - "text": "������������", - "link": "/" - } - ] - }, - { - "text": "������������", - "icon": "icon-flag", - "link": "/" - }, - { - "text": "������������", - "icon": "icon-people", - "link": "/" + { + "text": "������������", + "link": "/operation/data-audit" + } + , + { + "text": "������������", + "link": "/operation/device-controller" + } + , + { + "text": "������������", + "link": "/operation/device-maintenance" + } + ] } ] } -- Gitblit v1.8.0