From b0a7de005f68d59a47a11294c1168c45699f13c9 Mon Sep 17 00:00:00 2001 From: xufenglei <xufenglei> Date: Fri, 20 Jul 2018 16:17:28 +0800 Subject: [PATCH] 站点数据 分析 --- src/assets/app-data.json | 23 ++++++++++++----------- 1 files changed, 12 insertions(+), 11 deletions(-) diff --git a/src/assets/app-data.json b/src/assets/app-data.json index 083dcb7..3e82812 100644 --- a/src/assets/app-data.json +++ b/src/assets/app-data.json @@ -36,21 +36,22 @@ }, { "text": "������������������", + "group": true, "icon": "icon-puzzle", "children": [ { - "text": "gis������", - "link": "/" + "text": "GIS������", + "link": "/enterprise-management/gis-show" } , { "text": "������������", - "link": "/" + "link": "/enterprise-management/enterprise-data" } , { "text": "������������", - "link": "/" + "link": "/enterprise-management/standard-alarm" } ] }, @@ -69,9 +70,9 @@ }] }, { - "text": "������������", + "text": "������������", "icon": "icon-support", - "link": "/" + "link": "/grid-trace" }, { "text": "������������", @@ -79,29 +80,29 @@ "children": [ { "text": "������������", - "link": "/reports/query" + "link": "/operation/data-audit" } , { "text": "������������", - "link": "/" + "link": "/operation/device-status" } , { "text": "������������", - "link": "/" + "link": "/operation/device-maintenance" } ] }, { "text": "������������", "icon": "icon-flag", - "link": "/" + "link": "/sand-table" }, { "text": "������������", "icon": "icon-people", - "link": "/" + "link": "/raise-dust" } ] } -- Gitblit v1.8.0