From b9bea44cf5af2ebf17157c46c43a48475d9abfec Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Wed, 01 Aug 2018 09:07:42 +0800
Subject: [PATCH] 菜单更新
---
src/assets/app-data.json | 187 +++++++++++++++++++++++++---------------------
1 files changed, 101 insertions(+), 86 deletions(-)
diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index 584e5e2..3db3bb1 100644
--- a/src/assets/app-data.json
+++ b/src/assets/app-data.json
@@ -1,101 +1,116 @@
{
"app": {
"name": "������������������������",
- "description": "������������������������������������������"
+ "description": "������������������������"
},
"user": {
"name": "Admin",
"avatar": "./assets/img/zorro.svg",
"email": "admin@qq.com"
},
- "menu": [{
- "text": "���������",
- "translate": "main_navigation",
- "group": true,
- "children": [{
- "text": "���������",
- "link": "/dashboard/workplace",
- "icon": "icon-speedometer",
- "translate": "dashboard_workplace"
- }]
- }, {
- "text": "������������",
- "group": true,
- "children": [{
- "text": "������������",
- "icon": "icon-user",
+ "menu": [
+ {
+ "text": "������������",
+ "group": true,
+ "hideInBreadcrumb": true,
+ "children": [
+ {
+ "text": "������������",
+ "icon": "icon-speedometer",
+ "link": "/home-page"
+ },
+ {
+ "text": "������������",
+ "icon": "icon-pie-chart",
+ "link": "/forecasting-warning"
+ },
+ {
+ "text": "������������",
+ "icon": "icon-directions",
+ "link": "/environment/management"
+ },
+ {
+ "text": "������������",
+ "icon": "icon-chemistry",
+ "link": "/pollution/management"
+ },
+ {
+ "text": "������������������",
+ "group": true,
+ "icon": "icon-puzzle",
+ "children": [
+ {
+ "text": "GIS������",
+ "link": "/enterprise-management/gis-show"
+ }
+ ,
+ {
+ "text": "������������",
+ "link": "/enterprise-management/enterprise-data"
+ }
+ ]
+ },
+ {
+ "text": "������������",
+ "icon": "icon-note",
"children": [{
- "text": "������������",
- "link": "/users/installer"
+ "text": "������������",
+ "link": "/statistics/analysis"
}, {
- "text": "������������",
- "link": "/users/alarm-user"
- }]
- }, {
- "text": "������������",
- "icon": "icon-grid",
- "children": [{
- "text": "������������",
- "link": "/devices/basic"
+ "text": "������������",
+ "link": "/statistics/calendar"
}, {
- "text": "������������",
- "link": "/devices/version"
- }, {
- "text": "������������������",
- "link": "/devices/monitor-point"
+ "text": "������������������",
+ "link": "/reports/query2"
}]
- }, {
- "text": "���������������",
- "icon": "icon-note",
- "children": [{
- "text": "������������",
- "link": "/sensors/basic"
- }]
- },{
- "text": "������������",
- "icon": "icon-chart",
- "children": [
- {
- "text": "������������",
- "link": "/reports/query"
- },
- {
- "text": "������������",
- "link": "/reports/demo"
- },
- {
- "text": "������������",
- "link": "/reports/alarm"
- },
- {
- "text": "������������",
- "link": "/reports/excel"
- }
- ]
- }, {
- "text": "������������",
- "icon": "icon-settings",
- "children": [
- {
- "text": "������������",
- "link": "/systems/account"
- },
- {
- "text": "������������",
- "link": "/systems/organization"
- },
- {
- "text": "���������������",
- "link": "/systems/registration",
- "hide": true
- }
- ]
- }
- ]
-
-
+ },
+ {
+ "text": "������������",
+ "icon": "icon-support",
+ "link": "/grid-trace"
+ },
+ {
+ "text": "������������",
+ "icon": "icon-wrench",
+ "children": [
+ {
+ "text": "������������",
+ "link": "/operation/data-audit"
+ }
+ ,
+ {
+ "text": "������������",
+ "link": "/operation/device-status"
+ }
+ ,
+ {
+ "text": "������������",
+ "link": "/operation/device-maintenance"
+ }
+ ]
+ },
+ {
+ "text": "������������",
+ "icon": "icon-flag",
+ "children":[
+ {
+ "text": "���������������������",
+ "link": "/raise-dust/real-time"
+ },{
+ "text": "���������������������",
+ "link": "/raise-dust/statistical-query"
+ },{
+ "text": "������������",
+ "link": "/raise-dust/image-grabbing"
+ }
+ ]
+ },
+ {
+ "text": "������������",
+ "icon": "icon-people",
+ "link": "/sand-table"
+ }
+ ]
}
-
-
- ]
+ ]
}
--
Gitblit v1.8.0