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 | 95 +++++++++++++++++++++-------------------------- 1 files changed, 43 insertions(+), 52 deletions(-) diff --git a/src/assets/app-data.json b/src/assets/app-data.json index 75b4660..f9f17fd 100644 --- a/src/assets/app-data.json +++ b/src/assets/app-data.json @@ -20,24 +20,34 @@ "link": "/home-page" }, { + "text": "������������", + "icon": "icon-support", + "link": "/grid-trace" + }, + { "text": "������������", "icon": "icon-pie-chart", "link": "/forecasting-warning" }, { "text": "������������", - "icon": "icon-directions", + "icon": "icon-wrench", "children": [ - { - "text": "������������", - "link": "/" - } - , - { - "text": "������", - "link": "/" - } - ] + { + "text": "������������", + "link": "/operation/data-audit" + } + , + { + "text": "������������", + "link": "/operation/device-controller" + } + , + { + "text": "������������", + "link": "/operation/device-maintenance" + } + ] }, { "text": "������������", @@ -46,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,49 +75,34 @@ "icon": "icon-note", "children": [{ "text": "������������", - "link": "/" + "link": "/statistics/analysis" }, { "text": "������������", - "link": "/" + "link": "/statistics/calendar" }, { "text": "������������������", - "link": "/" + "link": "/reports/query2" }] - }, - { - "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