From a3913c2a56783ca3b179f82c37b7048e80d55ca2 Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Fri, 03 Aug 2018 10:57:21 +0800
Subject: [PATCH] 警报次数 显示
---
src/assets/app-data.json | 37 ++++++++++++++++++++++---------------
1 files changed, 22 insertions(+), 15 deletions(-)
diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index 083dcb7..1edc88b 100644
--- a/src/assets/app-data.json
+++ b/src/assets/app-data.json
@@ -36,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,9 +65,9 @@
}]
},
{
- "text": "������������",
+ "text": "������������",
"icon": "icon-support",
- "link": "/"
+ "link": "/grid-trace"
},
{
"text": "������������",
@@ -79,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