From 5913516ca6ac3a15a629803a2bf78ab9a2afcc68 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Tue, 14 Aug 2018 09:10:54 +0800 Subject: [PATCH] 控制加载网格 层级 --- src/assets/app-data.json | 31 ++++++++----------------------- 1 files changed, 8 insertions(+), 23 deletions(-) diff --git a/src/assets/app-data.json b/src/assets/app-data.json index 874920b..a78b4a5 100644 --- a/src/assets/app-data.json +++ b/src/assets/app-data.json @@ -20,6 +20,11 @@ "link": "/home-page" }, { + "text": "������������", + "icon": "icon-support", + "link": "/grid-trace" + }, + { "text": "������������", "icon": "icon-pie-chart", "link": "/forecasting-warning" @@ -48,11 +53,6 @@ "text": "������������", "link": "/enterprise-management/enterprise-data" } - , - { - "text": "������������", - "link": "/enterprise-management/standard-alarm" - } ] }, { @@ -70,39 +70,24 @@ }] }, { - "text": "������������", - "icon": "icon-support", - "link": "/" - }, - { "text": "������������", "icon": "icon-wrench", "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": "/" - }, - { - "text": "������������", - "icon": "icon-people", - "link": "/" } ] } -- Gitblit v1.8.0