From fd35962de838e033a8964e0959c99572f02b15f0 Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Tue, 24 Jul 2018 13:12:49 +0800
Subject: [PATCH] 站点排行 首次加载 选中效果及加载load效果
---
src/assets/app-data.json | 41 ++++++++++++++++-------------------------
1 files changed, 16 insertions(+), 25 deletions(-)
diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index 75b4660..3e82812 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,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,19 +60,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 +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