From 769d84e98ce50ed168d26d2f6b82177b9c786685 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Tue, 14 Aug 2018 13:26:45 +0800
Subject: [PATCH] 菜单更新
---
src/assets/app-data.json | 119 ++++++++++++++++++++++++++---------------------------------
1 files changed, 52 insertions(+), 67 deletions(-)
diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index 921a5c0..f9f17fd 100644
--- a/src/assets/app-data.json
+++ b/src/assets/app-data.json
@@ -20,104 +20,89 @@
"link": "/home-page"
},
{
+ "text": "������������",
+ "icon": "icon-support",
+ "link": "/grid-trace"
+ },
+ {
"text": "������������",
"icon": "icon-pie-chart",
- "children": [
- {
- "text": "������",
- "link": "/"
- }
- ,
- {
- "text": "������",
- "link": "/"
- }
- ,
- {
- "text": "������������",
- "link": "/"
- }
- ]
+ "link": "/forecasting-warning"
},
{
"text": "������������",
- "icon": "icon-directions",
+ "icon": "icon-wrench",
"children": [
- {
- "text": "������������",
- "link": "/"
- }
- ,
- {
- "text": "������",
- "link": "/"
- }
- ]
+ {
+ "text": "������������",
+ "link": "/operation/data-audit"
+ }
+ ,
+ {
+ "text": "������������",
+ "link": "/operation/device-controller"
+ }
+ ,
+ {
+ "text": "������������",
+ "link": "/operation/device-maintenance"
+ }
+ ]
},
{
"text": "������������",
"icon": "icon-chemistry",
- "link": "/"
+ "link": "/pollution/management"
},
{
"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"
}
]
},
{
"text": "������������",
"icon": "icon-note",
- "link": "/"
- },
- {
- "text": "������������",
- "icon": "icon-support",
- "link": "/"
+ "children": [{
+ "text": "������������",
+ "link": "/statistics/analysis"
+ }, {
+ "text": "������������",
+ "link": "/statistics/calendar"
+ }, {
+ "text": "������������������",
+ "link": "/reports/query2"
+ }]
},
{
"text": "������������",
"icon": "icon-wrench",
"children": [
- {
- "text": "������������",
- "link": "/maintenance/data-check"
- }
- ,
- {
- "text": "������������",
- "link": "/"
- }
- ,
- {
- "text": "������������",
- "link": "/"
- }
- ]
- },
- {
- "text": "������������",
- "icon": "icon-flag",
- "link": "/"
- },
- {
- "text": "������������",
- "icon": "icon-people",
- "link": "/"
+ {
+ "text": "������������",
+ "link": "/operation/data-audit"
+ }
+ ,
+ {
+ "text": "������������",
+ "link": "/operation/device-controller"
+ }
+ ,
+ {
+ "text": "������������",
+ "link": "/operation/device-maintenance"
+ }
+ ]
}
]
}
--
Gitblit v1.8.0