From c69ddde7828d777f04c6468c269aaa0aa03d72c9 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Thu, 02 Aug 2018 09:50:58 +0800 Subject: [PATCH] 文件修改 --- src/assets/app-data.json | 55 ++++++++++++++++++++++++++----------------------------- 1 files changed, 26 insertions(+), 29 deletions(-) diff --git a/src/assets/app-data.json b/src/assets/app-data.json index 75b4660..1edc88b 100644 --- a/src/assets/app-data.json +++ b/src/assets/app-data.json @@ -27,17 +27,7 @@ { "text": "������������", "icon": "icon-directions", - "children": [ - { - "text": "������������", - "link": "/" - } - , - { - "text": "������", - "link": "/" - } - ] + "link": "/environment/management" }, { "text": "������������", @@ -46,21 +36,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,19 +55,19 @@ "icon": "icon-note", "children": [{ "text": "������������", - "link": "/" + "link": "/statistics/analysis" }, { "text": "������������", - "link": "/" + "link": "/statistics/calendar" }, { "text": "������������������", - "link": "/" + "link": "/reports/query2" }] }, { - "text": "������������", + "text": "������������", "icon": "icon-support", - "link": "/" + "link": "/grid-trace" }, { "text": "������������", @@ -89,29 +75,40 @@ "children": [ { "text": "������������", - "link": "/reports/query" + "link": "/operation/data-audit" } , { "text": "������������", - "link": "/" + "link": "/operation/device-controller" } , { "text": "������������", - "link": "/" + "link": "/operation/device-maintenance" } ] }, { "text": "������������", "icon": "icon-flag", - "link": "/" + "children":[ + { + "text": "���������������������", + "link": "/raise-dust/real-time" + },{ + "text": "���������������������", + "link": "/raise-dust/statistical-query" + },{ + "text": "������������", + "link": "/raise-dust/image-grabbing" + } + ] }, { "text": "������������", "icon": "icon-people", - "link": "/" + "link": "/sand-table" } ] } -- Gitblit v1.8.0